> Recently, I downloaded a free program but the documents are in man page > format. > How can I read this file using man command or is there any other way to > convert the man page format to a normal text file?
groff -Tascii -man man_page > out_file
man <command Name> | col -b > command_name.txt
documented on: 01-05-99