Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ man(1) — UNIX 3BSD

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

apropos(1)

more(1)

ul(1)

ssp(1)

whereis(1)

MAN(1)  —  Unix Programmer’s Manual

NAME

man − run off section of UNIX manual

SYNOPSIS

man [ − ] [ −t ] [ section ] title ... 

DESCRIPTION

Man is a program which prints sections of the manual.  Section is an option arabic section number, i.e. 3, which may be followed by a single letter classifier, i.e. 1m indicating a maintenance type program in section 1.  It may also be “ucb”, “new”, “sccs”, “junk”, or “public”.  If a section specifier is given man looks in the that section of the manual for the given titles.  If section is omitted, man searches all sections of the manual, giving preference to commands over subroutines in system libraries, and printing the first section it finds, if any.  The command apropos(1) can help find a command whose name has been forgotten, looking it up by kewords in its “one line” description.

If the standard output is a teletype, or if the flag − is given, then man pipes its output through ssp(1) to crush out useless blank lines, ul(1) to create proper underlines for different terminals, and through more(1) to stop after each page on the screen. Hit a carriage return to continue, a control-D to scroll 12 more lines when the output stops.

The −t flag causes man to arrange for the specified section to be troff’ed to the Versatec. 

FILES

/usr/man/man?/∗

SEE ALSO

apropos(1), more(1), ul(1), ssp(1), whereis(1)

AUTHOR

William Joy

BUGS

The manual is supposed to be reproducible either on the phototypesetter or on a typewriter.  However, on a typewriter some information is necessarily lost. 

3rd Berkeley Distribution  —  9/23/79

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026