[BACK]Return to apropos.1 CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / mandoc

Diff for /mandoc/apropos.1 between version 1.4 and 1.6

version 1.4, 2011/11/18 07:02:19 version 1.6, 2011/11/20 16:29:50
Line 19 
Line 19 
 .Os  .Os
 .Sh NAME  .Sh NAME
 .Nm apropos  .Nm apropos
 .Nd search the manual page database  .Nd search manual page databases
 .Sh SYNOPSIS  .Sh SYNOPSIS
 .Nm  .Nm
   .Op Fl m Ar manpath
 .Op Fl S Ar arch  .Op Fl S Ar arch
 .Op Fl s Ar section  .Op Fl s Ar section
 .Ar expression...  .Ar expression...
 .Sh DESCRIPTION  .Sh DESCRIPTION
 The  The
 .Nm  .Nm
 utility queries a manual page database generated by  utility queries manual page databases generated by
 .Xr mandocdb 8 ,  .Xr mandocdb 8 ,
 evaluating on  evaluating on
 .Ar expression  .Ar expression
 for each file in the database.  for each file in each database.
 Its arguments are as follows:  Its arguments are as follows:
 .Bl -tag -width Ds  .Bl -tag -width Ds
   .It Fl m Ar manpath
   Append the colon-separated paths to the default list of paths searched
   for
   .Xr mandocdb 8
   databases.
   Invalid paths, or paths without manual databases, are ignored.
 .It Fl S Ar arch  .It Fl S Ar arch
 Search only for a particular architecture.  Search only for a particular architecture.
 .It Fl s Ar cat  .It Fl s Ar cat
Line 105  is evaluated case-insensitively.
Line 112  is evaluated case-insensitively.
 .Pp  .Pp
 By default,  By default,
 .Nm  .Nm
   searches for a
   .Xr mandocdb 8
   database in the current working directory and
 parses terms as case-sensitive regular expressions  parses terms as case-sensitive regular expressions
 .Pq the Li \&~ operator  .Pq the Li \&~ operator
 over manual names and descriptions  over manual names and descriptions
Line 134  Resulting manuals may be accessed as
Line 144  Resulting manuals may be accessed as
 If an architecture is specified in the output, use  If an architecture is specified in the output, use
 .Pp  .Pp
 .Dl $ man \-s sec \-S arch title  .Dl $ man \-s sec \-S arch title
 .\" .Sh IMPLEMENTATION NOTES  .Sh ENVIRONMENT
 .\" Not used in OpenBSD.  .Bl -tag -width Ds
 .\" .Sh RETURN VALUES  .It Ev MANPATH
 .\" For sections 2, 3, & 9 only.  Comma-separated paths overriding the default list of paths searched for
 .\" .Sh ENVIRONMENT  manual databases.
 .\" For sections 1, 6, 7, & 8 only.  Invalid paths, or paths without manual databases, are ignored.
   .El
 .\" .Sh FILES  .\" .Sh FILES
 .Sh EXIT STATUS  .Sh EXIT STATUS
 .Ex -std  .Ex -std
Line 173  Search for all manuals referencing
Line 184  Search for all manuals referencing
 in any letter case:  in any letter case:
 .Pp  .Pp
 .Dl $ apropos \-\- \-i posix  .Dl $ apropos \-\- \-i posix
 .\" .Sh DIAGNOSTICS  
 .\" For sections 1, 4, 6, 7, & 8 only.  
 .\" .Sh ERRORS  
 .\" For sections 2, 3, & 9 only.  
 .Sh SEE ALSO  .Sh SEE ALSO
 .Xr man 1 ,  .Xr man 1 ,
 .Xr mandoc 1 ,  .Xr mandoc 1 ,
 .Xr re_format 7  .Xr re_format 7
 .\" .Sh STANDARDS  
 .\" .Sh HISTORY  
 .Sh AUTHORS  .Sh AUTHORS
 The  The
 .Nm  .Nm
 utility was written by  utility was written by
 .An Kristaps Dzonsons ,  .An Kristaps Dzonsons ,
 .Mt kristaps@bsd.lv .  .Mt kristaps@bsd.lv .
 .\" .Sh CAVEATS  
 .\" .Sh BUGS  
 .\" .Sh SECURITY CONSIDERATIONS  
 .\" Not used in OpenBSD.  

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

CVSweb