Unix Man page 

> 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?

Option 1 

groff -Tascii -man man_page > out_file

Option 2 

man <command Name> | col -b > command_name.txt

documented on: 01-05-99