CATMAN(8) — Kubota Pacfic Computer Inc.
NAME
catman − create the cat files for the manual
SYNOPSIS
/etc/catman [ −p ] [ −n ] [ −w ] [ −M path ] [ sections ]
DESCRIPTION
catman creates the preformatted versions of the on-line manual from the nroff input files. Each manual page is examined and those whose preformatted versions are missing or out of date are recreated. If any changes are made, catman will recreate the whatis database.
If there is one parameter not starting with a ‘−’, it is taken to be a list of manual sections to look in. For example
catman 123
will cause the updating to only happen to manual sections 1, 2, and 3.
Options:
−n prevents creations of the whatis database.
−p prints what would be done instead of doing it.
−w causes only the whatis database to be created. No manual reformatting is done.
−M updates manual pages located in the set of directories specified by path (/usr/man by default). Path has the form of a colon (‘:’) separated list of directory names, for example ‘/usr/local/man:/usr/man’. If the environment variable ‘MANPATH’ is set, its value is used for the default path.
If the nroff source file contains only a line of the form ‘.so manx/yyy.x’, a symbolic link is made in the catx directory to the appropriate preformatted manual page.
NOTE
Catman files are stored in compressed form to save space.
FILES
/usr/mandefault manual directory location
/usr/man/man?/∗.∗raw (nroff input) manual sections
/usr/man/cat?/∗.∗preformatted manual pages
/usr/man/bsdmanual directory location for bsd man pages
/usr/man/whatiswhatis database
/usr/lib/makewhatiscommand script to make whatis database
SEE ALSO
September 02, 1992