Man page: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
A standard for presenting software documentation in, the | A standard for presenting software documentation in, the [[UNIX]] manual page format is a simple [[ASCII]] type text file that features a few control codes alongside formatting conventions that help to organise and display the documentation on different devices. This form of documentation often shows up with software packages ported from UNIX or UNIX-like operating systems. | ||
UNIX manual pages can be viewed with any text editor. But for formatted output a special viewer accompanied with a working text formatting system is required. | |||
==Tools== | ==Tools== | ||
Line 10: | Line 10: | ||
* [http://hobbes.nmsu.edu/download/pub/os2/apps/wp/awf.zip awf] - nroff-like for old ms-sh | * [http://hobbes.nmsu.edu/download/pub/os2/apps/wp/awf.zip awf] - nroff-like for old ms-sh | ||
* [http://hobbes.nmsu.edu/download/pub/os2/apps/wp/cawf410.zip Cawf]] - nroff-like text formatter | * [http://hobbes.nmsu.edu/download/pub/os2/apps/wp/cawf410.zip Cawf]] - nroff-like text formatter | ||
* [http://hobbes.nmsu.edu/download/pub/os2/apps/wp/ | * [http://hobbes.nmsu.edu/download/pub/os2/apps/wp/gnugroff.zip GNU groff] - working version together with man 1.1 | ||
===OS/2 utilities for viewing man pages=== | ===OS/2 utilities for viewing man pages=== | ||
* [http://hobbes.nmsu.edu/download/pub/os2/apps/wp/drman-1.3.zip DrMan 1.3] - PM viewer that allos you to view [[UNIX]] style man and info files. | * [http://hobbes.nmsu.edu/download/pub/os2/apps/wp/drman-1.3.zip DrMan 1.3] - PM viewer that allos you to view [[UNIX]] style man and info files. | ||
* [http://hobbes.nmsu.edu/download/pub/os2/apps/misc/simpleman.zip Simple Man] - Viewer | * [http://hobbes.nmsu.edu/download/pub/os2/apps/misc/simpleman.zip Simple Man] - Viewer | ||
* [http://hobbes.nmsu.edu/download/pub/os2/dev/help/gnuman.zip GNU man] - Viewer - Outdated | * [http://hobbes.nmsu.edu/download/pub/os2/dev/help/gnuman.zip GNU man 1.0] - Viewer - Outdated | ||
* [http://hobbes.nmsu.edu/download/pub/os2/dev/help/man11.zip | * [http://hobbes.nmsu.edu/download/pub/os2/dev/help/man11.zip GNU man 1.1] - Viewer (also needs a pager) | ||
* xman - X11 based viewer included in [[XFree86/2]] | * xman - X11 based viewer included in [[XFree86/2]] | ||
Revision as of 12:29, 26 January 2016
A standard for presenting software documentation in, the UNIX manual page format is a simple ASCII type text file that features a few control codes alongside formatting conventions that help to organise and display the documentation on different devices. This form of documentation often shows up with software packages ported from UNIX or UNIX-like operating systems.
UNIX manual pages can be viewed with any text editor. But for formatted output a special viewer accompanied with a working text formatting system is required.
Tools
OS/2 text & programmers editors with man file support
- Elvis - Man file syntax support included by default - Open source - Current
OS/2 text formatter
- awf - nroff-like for old ms-sh
- Cawf] - nroff-like text formatter
- GNU groff - working version together with man 1.1
OS/2 utilities for viewing man pages
- DrMan 1.3 - PM viewer that allos you to view UNIX style man and info files.
- Simple Man - Viewer
- GNU man 1.0 - Viewer - Outdated
- GNU man 1.1 - Viewer (also needs a pager)
- xman - X11 based viewer included in XFree86/2
OS/2 utilities for converting man pages
- Man2TXT - Man to txt converter
- Help2man - Converts text to man format, used to convert a programs output to man pages or to create dummy man pages.
DOS text & programmers editors with man file support
- Elvis - Man file syntax support included by default - Open source - Current
The above is not an exhaustive list BTW.
Links
- History of UNIX man pages
- Unix Programmer's Manual (1971-11-03) 1st Edition