[BACK]Return to man.1 CVS log [TXT][DIR] Up to [local] / src / usr.bin / man

Diff for /src/usr.bin/man/Attic/man.1 between version 1.3 and 1.4

version 1.3, 1996/06/26 05:37:00 version 1.4, 1998/03/09 23:20:12
Line 33 
Line 33 
 .\"  .\"
 .\"     @(#)man.1       8.2 (Berkeley) 1/2/94  .\"     @(#)man.1       8.2 (Berkeley) 1/2/94
 .\"  .\"
 .Dd January 2, 1994  .Dd March 9, 1998
 .Dt MAN 1  .Dt MAN 1
 .Os BSD 4  .Os
 .Sh NAME  .Sh NAME
 .Nm man  .Nm man
 .Nd display the on-line manual pages  .Nd display the on-line manual pages
Line 45 
Line 45 
 .Op Fl C Ar file  .Op Fl C Ar file
 .Op Fl M Ar path  .Op Fl M Ar path
 .Op Fl m Ar path  .Op Fl m Ar path
   .Op Fl s Ar section
   .Op Fl S Ar subsection
 .Op Ar section  .Op Ar section
 .Ar name Ar ...  .Ar name Ar ...
 .Sh DESCRIPTION  .Sh DESCRIPTION
Line 112 
Line 114 
 is specified by the ``_subdir'' line in the  is specified by the ``_subdir'' line in the
 .Nm man  .Nm man
 configuration file.  configuration file.
   .It Fl s
   Another way of specifying the section, for compatibility with
   .Nm man
   on other operating systems.
   .It Fl S
   Specifies the machine-dependent subsection.  This overrides the
   .Ev MACHINE
   environment variable.  See the ``ENVIRONMENT'' section below.
 .It Fl w  .It Fl w
 List the pathnames of the manual pages which  List the pathnames of the manual pages which
 .Nm man  .Nm man

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4