Difference between revisions of "32v 1m man"

From Computer History Wiki
Jump to: navigation, search
(New page: MAN(1) UNIX Programmer's Manual MAN(1) == NAME == man - print sections of this manual == SYNOPSIS == man [ option ... ] [ chapter ] title ... == D...)
 
(update formatting)
 
Line 10: Line 10:
  
 
== DESCRIPTION ==
 
== DESCRIPTION ==
    _M_a_n locates and prints the section of this manual named
+
Man locates and prints the section of this manual named title in the specified chapter.  (In this context, the word 'page' is often used as a synonym for `section'.)  The title is entered in lower case.  The chapter number does not need a letter suffix.  If no chapter is specified, the whole manual is searched for title and all occurrences of it are printed.
    _t_i_t_l_e in the specified _c_h_a_p_t_e_r.  (In this context, the word
 
    `page' is often used as a synonym for `section'.)  The _t_i_t_l_e
 
    is entered in lower case.  The _c_h_a_p_t_e_r number does not need
 
    a letter suffix.  If no _c_h_a_p_t_e_r is specified, the whole
 
    manual is searched for _t_i_t_l_e and all occurrences of it are
 
    printed.
 
  
    _O_p_t_i_o_n_s and their meanings are:
 
  
    -t  Phototypeset the section using _t_r_o_f_f(1).
+
== Options ==
 +
Options and their meanings are:
  
    -n   Print the section on the standard output using
+
-t   Phototypeset the section using troff(1).
          _n_r_o_f_f(1).
 
  
    -k   Display the output on a Tektronix 4014 terminal using
+
-n   Print the section on the standard output using
          _t_r_o_f_f(1) and _t_c(1).
+
nroff(1).
  
    -e   Appended or prefixed to any of the above causes the
+
-k   Display the output on a Tektronix 4014 terminal using troff(1) and tc(1).
          manual section to be preprocessed by _n_e_q_n or _e_q_n(1); -e
 
          alone means -te.
 
  
    -w   Print the path names of the manual sections, but do not
+
-e   Appended or prefixed to any of the above causes the manual section to be preprocessed by neqn or eqn(1); -e alone means -te.
          print the sections themselves.
 
  
    (default)
+
-w  Print the path names of the manual sections, but do not print the sections themselves.
          Copy an already formatted manual section to the termi-
 
          nal, or, if none is available, act as -n.  It may be
 
          necessary to use a filter to adapt the output to the
 
          particular terminal's characteristics.
 
  
    Further _o_p_t_i_o_n_s, e.g. to specify the kind of terminal you
+
(default)
    have, are passed on to _t_r_o_f_f(1) or _n_r_o_f_f_O_p_t_i_o_n_s and
+
Copy an already formatted manual section to the terminal, or, if none is available, act as -nIt may be necessary to use a filter to adapt the output to the particular terminal's characteristics.
    _c_h_a_p_t_e_r may be changed before each _t_i_t_l_e.
 
  
    For example:
+
Further options, e.g. to specify the kind of terminal you have, are passed on to troff(1) or nroff.  Options and chapter may be changed before each title.
  
          man man
+
For example:
  
    would reproduce this section, as well as any other sections
+
man man
    named _m_a_n that may exist in other chapters of the manual,
+
 
    e.g. _m_a_n(7).
+
would reproduce this section, as well as any other sections named man that may exist in other chapters of the manual, e.g. man(7).
  
 
== FILES ==
 
== FILES ==
    /usr/man/man?/*
+
/usr/man/man?/*
    /usr/man/cat?/*
+
/usr/man/cat?/*
  
 
== SEE ALSO ==
 
== SEE ALSO ==
    [[32v 1m nroff|nroff(1)]], [[32v 1m eqn|eqn(1)]], [[32v 1m tc|tc(1)]], [[32v 7m man|man(7)]]
+
[[32v 1m nroff|nroff(1)]], [[32v 1m eqn|eqn(1)]], [[32v 1m tc|tc(1)]], [[32v 7m man|man(7)]]
  
 
== BUGS ==
 
== BUGS ==
    The manual is supposed to be reproducible either on a photo-
+
The manual is supposed to be reproducible either on a phototypesetter or on a terminal.  However, on a terminal some information is necessarily lost.
    typesetter or on a terminal.  However, on a terminal some
 
    information is necessarily lost.
 
  
 
[[Category:32v man section 1]]
 
[[Category:32v man section 1]]

Latest revision as of 00:40, 23 September 2015

MAN(1) UNIX Programmer's Manual MAN(1)


NAME

    man - print sections of this manual

SYNOPSIS

    man [ option ... ] [ chapter ] title ...

DESCRIPTION

Man locates and prints the section of this manual named title in the specified chapter. (In this context, the word 'page' is often used as a synonym for `section'.) The title is entered in lower case. The chapter number does not need a letter suffix. If no chapter is specified, the whole manual is searched for title and all occurrences of it are printed.


Options

Options and their meanings are:

-t Phototypeset the section using troff(1).

-n Print the section on the standard output using nroff(1).

-k Display the output on a Tektronix 4014 terminal using troff(1) and tc(1).

-e Appended or prefixed to any of the above causes the manual section to be preprocessed by neqn or eqn(1); -e alone means -te.

-w Print the path names of the manual sections, but do not print the sections themselves.

(default) Copy an already formatted manual section to the terminal, or, if none is available, act as -n. It may be necessary to use a filter to adapt the output to the particular terminal's characteristics.

Further options, e.g. to specify the kind of terminal you have, are passed on to troff(1) or nroff. Options and chapter may be changed before each title.

For example:

man man

would reproduce this section, as well as any other sections named man that may exist in other chapters of the manual, e.g. man(7).

FILES

/usr/man/man?/* /usr/man/cat?/*

SEE ALSO

nroff(1), eqn(1), tc(1), man(7)

BUGS

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