Command Reference Guide

__________________________________________________________________________________________________________________________________________________________________________________________________
__________________________________________________________________________________________________________________________________________________________________________________________________
STANDARD Printed by: Nora Chuang [nchuang] STANDARD
/build/1111/BRICK/man1/!!!intro.1
________________________________________________________________
___ ___
m
man(1) man(1)
Display the manual entry for id(1), with the output piped through pg -c:
PAGER="pg -c"
export PAGER
man id
List all printed manuals availablefor the current system (see manuals(5):
man manuals
Display intro(4) and intro(3):
man 4 intro
man 3 intro
WARNINGS
Manual entries are structured such that they can be printed on a phototypesetter, conventional line
printer, and screen display devices. However, due to line printer and display device limitations, some infor-
mation may be lost in certain situations.
FILES
/usr/share/lib/whatis
keyword database
/usr/share/man/cat[.Z]/
formatted manual entries [compressed]
/usr/share/man/man[.Z]/
raw (nroff(1) source) manual entries [compressed]
/usr/contrib/man/cat[.Z]/
/usr/contrib/man/man[.Z]/
/usr/local/man/cat[.Z]/
/usr/local/man/man[.Z]/
/usr/share/man/$LANG/cat[.Z]/
formatted native-language manual entries [compressed]
/usr/share/man/$LANG/man[.Z]/
raw (nroff(1) source) native-language manual entries
[compressed]
/usr/contrib/man/$LANG/cat[.Z]/
/usr/contrib/man/$LANG/man[.Z]/
/usr/local/man/$LANG/cat[.Z]/
/usr/local/man/$LANG/man[.Z]/
SEE ALSO
col(1), compress(1), grep(1), more(1), catman(1M), fixman(1M), environ(5), intro(1), intro(1M), intro(2),
intro(3), intro(4), intro(5), intro(7), intro(9), introduction(9), man(5), manuals(5).
STANDARDS CONFORMANCE
man: XPG4
HP-UX Release 11i: December 2000 4 Section 1523
___
___