Charles Wilson wrote: > A. Lioubimov wrote: > > > Thank you, but i don't know how yo use `man' for reading standalone files. > > What is the command line? > > > If you want to read an *uninstalled* man page, use this: > > > groff -Tascii -mandoc foo.1 > > --Chuck
>From de man manpage: If name contains a / then it is first tried as a filename, so that you can do man ./foo.5 or even man /cd/foo/bar.1.gz. Gilgamesh -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/