[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.9 and 1.13

version 1.9, 2003/06/03 02:56:05 version 1.13, 2008/12/24 09:05:17
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 58 
Line 59 
 If the line output by  If the line output by
 .Nm  .Nm
 starts  starts
 .Dq Li name(section) ...  .Dq Li name (section) ... ,
 you can enter  you can enter
 .Dq Li man section name  .Dq Li man section name
 to get  to get
 its documentation.  its documentation.
 .Pp  .Pp
 The options are as follows:  The options are as follows:
 .Bl -tag -width Ds  .Bl -tag -width "-C file"
 .It Fl C Ar file  .It Fl C Ar file
 Specify an alternative configuration  Specify an alternative configuration
 .Ar file  .Ar file
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

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.13