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

Diff for /src/usr.bin/apropos/Attic/apropos.1 between version 1.10 and 1.16

version 1.10, 2004/03/31 08:45:48 version 1.16, 2012/01/22 13:45:22
Line 30 
Line 30 
 .\"  .\"
 .\"     @(#)apropos.1   8.1 (Berkeley) 6/29/93  .\"     @(#)apropos.1   8.1 (Berkeley) 6/29/93
 .\"  .\"
 .Dd June 29, 1993  .Dd $Mdocdate$
 .Dt APROPOS 1  .Dt APROPOS 1
 .Os  .Os
 .Sh NAME  .Sh NAME
Line 41 
Line 41 
 .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
 .Ar keyword  .Op Fl S Ar subsection
 .Op Ar ...  .Op Fl s Ar section
   .Ar keyword ...
 .Sh DESCRIPTION  .Sh DESCRIPTION
 .Nm  .Nm
 shows which manual pages contain instances of any of the given  shows which manual pages contain instances of any of the given
Line 99 
Line 100 
 option or the  option or the
 .Ev MANPATH  .Ev MANPATH
 environment variable.  environment variable.
   .It Fl S Ar subsection
   Restrict the search to pages for the specified machine architecture.
   By default, pages for all architectures are shown.
   .It Fl s Ar section
   Restrict the search to the specified section of the manual.
   By default, pages from all sections are shown.
 .El  .El
 .Sh ENVIRONMENT  .Sh ENVIRONMENT
 .Bl -tag -width MANPATH  .Bl -tag -width MANPATH
Line 130 
Line 137 
 .Sh HISTORY  .Sh HISTORY
 The  The
 .Nm  .Nm
 command appeared in  command first appeared in
 .Bx 3.0 .  .Bx 2 .
   .Pp
   The
   .Fl M
   option and the
   .Ev MANPATH
   variable first appeared in
   .Bx 4.3 ;
   .Fl m
   in
   .Bx 4.3 Reno ;
   .Fl C
   in
   .Bx 4.4 Lite1 ;
   and
   .Fl s
   and
   .Fl S
   in
   .Ox 4.5 .
   .Sh AUTHORS
   .An Bill Joy
   wrote the original
   .Bx
   .Nm
   in February 1979.

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.16