Ive built an Open Source package, containing documentation in manpage format; how do I read it?
• Manpages are a documentation format prevalent on UNIX systems, where a special program called “man” is normally used to read them. • There is currently no “man” program available for MinGW/MSYS, although one is under development; (you may download a Development Snapshot, if you are prepared to compile it yourself; see the release notes for further information). In the meantime, you can use the “groff” program, available in this mingwPORT, to read manpages.
Manpages are a documentation format prevalent on UNIX systems, where a special program called “man” is normally used to read them. There is currently no “man” program available for MinGW/MSYS, although one is under development; (you may [download|http://prdownloads.sourceforge.net/mingw/man-1.6-mingw-beta-1-src.tar.gz?download] a DevelopmentSnapshot, if you are prepared to compile it yourself; see the [release notes|http://sourceforge.net/project/shownotes.php?release_id=403917&group_id=2435] for further information). In the meantime, you can use the “groff” program, available in [this mingwPORT|http://prdownloads.sourceforge.net/mingw/groff-1.19.2-mingwPORT-1.tar.bz2?download], to read manpages.
Related Questions
- How long should the rating supervisor keep the supervisory file (containing performance documentation) on an employee?
- What is the best open source bug tracking, project management and documentation software package available?
- Ive built an Open Source package, containing documentation in manpage format; how do I read it?