This page cannot be shown here. You can still read it on the original site — the toolbar below keeps your place in the directory.
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' ; } 

Comments
Nothing yet. Say the first thing.
Sign in to join the conversation.