Here’s a shell function to add to your profile that makes it easy to view man pages in OS X’s Preview.app:

pman() { man -t "$*" | open -f -a "/Applications/Preview.app"; }