BSD 2 development
[unix-history] / man / man.u
CommitLineData
b125ad51
BJ
1.TH MAN UCB 2/24/79 UCB
2.SH NAME
3man \- run of section of UNIX manual
4.SH SYNOPSIS
5.B man
6[
7.B \-
8] [
9.B \-t
10] [
11section
12]
13title ...
14.SH DESCRIPTION
15.I Man
16is a program which prints sections of the manual.
17.I Section
18is an option arabic section number, i.e. 3,
19which may be followed by a single letter classifier, i.e. 1m
20indicating a maintenance type program in section 1.
21It may also be
22``ucb'',
23``sccs'',
24or
25``public''.
26If a section specifier is given
27.I man
28looks in the that section of the manual for the given
29.I titles.
30If
31.I section
32is omitted,
33.I man
34searches all sections of the manual, giving preference to commands
35over subroutines in system libraries, and printing the first section
36it finds, if any.
37The command
38.IR apropos (UCB)
39can help find a command whose name has been forgotten,
40looking it up by kewords in its ``one line'' description.
41.PP
42If the standard output is a teletype, or if the flag
43.B \-
44is given, then
45.I man
46pipes its output through
47.IR ssp (UCB)
48to crush out useless blank lines,
49and through
50.IR cr3 (UCB)
51to stop after each page on the screen.
52Hit a carriage return to continue,
53a control-D to scroll 12 more lines when the output stops.
54.PP
55The
56.B \-t
57flag causes
58.I man
59to arrange for the specified section to be
60.I troff'ed
61to the Versatec.
62.SH FILES
63/usr/man/man?/*
64.SH SEE\ ALSO
65apropos(UCB), cr3(UCB), ssp(UCB), whereis(UCB)
66.SH AUTHOR
67Bill Joy
68.SH BUGS
69The manual is supposed to be reproducible either on the phototypesetter
70or on a typewriter.
71However, on a typewriter some information is necessarily lost.
72.PP
73If multiple sections of the manual are to be
74.I troff'ed
75then it is better to run them off with
76.IR vtroff (UCB) using a sequence like
77.IP
78cd /usr/man/mann; vtroff -man mail.n msgs.n
79.PP
80since the pages will then be run in one Versatec job using less paper.