1MAN(1) General Commands Manual MAN(1)
2
3
4
6 man - print sections of this manual
7
9 man [ option ... ] [ chapter ] title ...
10
12 Man locates and prints the section of this manual named title in the
13 specified chapter. (In this context, the word `page' is often used as
14 a synonym for `section'.) The title is entered in lower case. The
15 chapter number does not need a letter suffix. If no chapter is speci‐
16 fied, the whole manual is searched for title and all occurrences of it
17 are printed.
18
19 Options and their meanings are:
20
21 -t Phototypeset the section using troff(1).
22
23 -n Print the section on the standard output using nroff(1).
24
25 -k Display the output on a Tektronix 4014 terminal using troff(1)
26 and tc(1).
27
28 -e Appended or prefixed to any of the above causes the manual sec‐
29 tion to be preprocessed by neqn or eqn(1); -e alone means -te.
30
31 -w Print the path names of the manual sections, but do not print
32 the sections themselves.
33
34 (default)
35 Copy an already formatted manual section to the terminal, or, if
36 none is available, act as -n. It may be necessary to use a fil‐
37 ter to adapt the output to the particular terminal's character‐
38 istics.
39
40 Further options, e.g. to specify the kind of terminal you have, are
41 passed on to troff(1) or nroff. Options and chapter may be changed
42 before each title.
43
44 For example:
45
46 man man
47
48 would reproduce this section, as well as any other sections named man
49 that may exist in other chapters of the manual, e.g. man(7).
50
52 /usr/man/man?/∗
53 /usr/man/cat?/∗
54
56 nroff(1), eqn(1), tc(1), man(7)
57
59 The manual is supposed to be reproducible either on a phototypesetter
60 or on a terminal. However, on a terminal some information is necessar‐
61 ily lost.
62
63
64
65 MAN(1)