This is a neat little command line to open man pages in Preview.app:
man -t bash | open -f -a /Applications/Preview.app
In fact its converting it to a PDF file. I just tried it and its a lot better to read and search than in the Terminal.app.
Found on bitfever.de