Tip of the Day - View Man Pages in Preview
Put the folloing lines into your ~/.profile then run pman $APPLICATION to view the man page in Preview.app
pman() {
man -t "${1}" | open -f -a /Applications/Preview.app/
}
This Tip of the Day is brought to you by MacWorld