DataMuseum.dk

Presents historical artifacts from the history of:

ICL Comet 32

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about ICL Comet 32

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download

⟦cf3cc3f60⟧ TextFile

    Length: 1229 (0x4cd)
    Types: TextFile
    Notes: UNIX file
    Names: »catman.8«

Derivation

└─⟦26887b7e0⟧ Bits:30009717 Comet 32 harddisk image
    └─⟦28c352965⟧ »/a« UNIX Filesystem
        └─⟦this⟧ »usr/man/man8/catman.8« 

TextFile

.ig
	@(#)catman.8	2.1	7/1/84
	@(#)Copyright (C) 1983 by National Semiconductor Corp.
..
.TH CATMAN 8
.UC 4
.SH NAME
catman \- create the cat files for the manual
.SH SYNOPSIS
.B /etc/catman
[
.B \-p
] [
.B \-n
] [
.B \-w
]
[ sections ]
.SH DESCRIPTION
.I 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,
.I catman
will recreate the
.B /usr/lib/whatis
database.
.PP
If there is one parameter not starting with a `\-',
it is take to be a list of manual sections to look in.
For example
.IP
.B catman 123
.LP
will cause the updating to only happen to manual sections
1, 2, and 3.
.PP
Options:
.TP
.B \-n
prevents creations of
.BR /usr/lib/whatis .
.TP
.B \-p
prints what would be done instead of doing it.
.TP
.B \-w
causes only the 
.B /usr/lib/whatis
database to be created.
No manual reformatting is done.
.SH FILES
.ta 2i
/usr/man/man?/*.*	raw (nroff input) manual sections
.br
/usr/man/cat?/*.*	preformatted manual pages
.br
/usr/lib/makewhatis	commands to make whatis database
.DT
.SH "SEE ALSO"
man(1)
.SH BUGS
Acts oddly on nights with full moons.