Simple command to convert a man page to a text file for printing or whatever:
man command | col -b > command_man.txt
Ramblings of a Utah System Administrator
Simple command to convert a man page to a text file for printing or whatever:
man command | col -b > command_man.txt