[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.3 and 1.5

version 1.3, 1998/03/24 05:40:17 version 1.5, 1999/07/04 11:53:50
Line 44 
Line 44 
 .Nm apropos  .Nm apropos
 .Op Fl M Ar path  .Op Fl M Ar path
 .Op Fl m Ar path  .Op Fl m Ar path
 .Ar keyword ...  .Ar keyword
   .Op Ar ...
 .Sh DESCRIPTION  .Sh DESCRIPTION
 .Nm Apropos  .Nm
 shows which manual pages contain instances of any of the given  shows which manual pages contain instances of any of the given
 .Ar keyword(s)  .Ar keyword(s)
 in their title line.  in their title line.
 Each word is considered separately and case of letters is ignored.  Each word is considered separately and case of letters is ignored.
 Words which are part of other words are considered; when looking for  Words which are part of other words are considered; when looking for
 .Dq compile ,  .Dq compile ,
 .Nm apropos  .Nm
 will also list all instances of  will also list all instances of
 .Dq compiler .  .Dq compiler .
 .Pp  .Pp
 If the line output by  If the line output by
 .Nm apropos  .Nm
 starts  starts
 .Dq Li name(section) ...  .Dq Li name(section) ...
 you can enter  you can enter
Line 70 
Line 71 
 .Bl -tag -width flag  .Bl -tag -width flag
 .It Fl M Ar path  .It Fl M Ar path
 Override the list of standard directories  Override the list of standard directories
 .Nm apropos  .Nm
 searches for a database named  searches for a database named
 .Pa whatis.db .  .Pa whatis.db .
 The supplied  The supplied
 .Ar path  .Ar path
 must be a colon  must be a colon
 .Dq \&:  .Pq Sq \&:
 separated list of directories.  separated list of directories.
 This search path may also be set using the environment variable  This search path may also be set using the environment variable
 .Ev MANPATH .  .Ev MANPATH .
 .It Fl m path  .It Fl m Ar path
 Augment the list of standard directories  Augment the list of standard directories
 .Nm apropos  .Nm
 searches for its database.  searches for its database.
 The supplied  The supplied
 .Ar path  .Ar path
 must be a colon  must be a colon
 .Dq \&:  .Pq Sq \&:
 separated list of directories.  separated list of directories.
 These directories will be searched before the standard directories,  These directories will be searched before the standard directories,
 or the directories supplied with the  or the directories supplied with the
Line 104 
Line 105 
 .Ev MANPATH  .Ev MANPATH
 environment variable.  environment variable.
 The format of the path is a colon  The format of the path is a colon
 .Dq \&:  .Pq Sq \&:
 separated list of directories.  separated list of directories.
 .El  .El
 .Sh FILES  .Sh FILES
Line 118 
Line 119 
 .Xr whereis 1  .Xr whereis 1
 .Sh HISTORY  .Sh HISTORY
 The  The
 .Nm apropos  .Nm
 command appeared in  command appeared in
 .Bx 3.0 .  .Bx 3.0 .

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