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

Diff for /mandoc/apropos.1 between version 1.10 and 1.13

version 1.10, 2011/11/29 00:41:33 version 1.13, 2011/12/12 02:00:49
Line 22 
Line 22 
 .Nd search manual page databases  .Nd search manual page databases
 .Sh SYNOPSIS  .Sh SYNOPSIS
 .Nm  .Nm
   .Op Fl C Ar file
 .Op Fl M Ar manpath  .Op Fl M Ar manpath
 .Op Fl m Ar manpath  .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
Line 37  evaluating on
Line 38  evaluating on
 for each file in each 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 C Ar file
   Specify an alternative configuration
   .Ar file
   in
   .Xr man.conf 5
   format.
 .It Fl M Ar manpath  .It Fl M Ar manpath
 Use the colon-separated path instead of the default list of paths  Use the colon-separated path instead of the default list of paths
 searched for  searched for
Line 112  evaluates a substring, while
Line 119  evaluates a substring, while
 .Li \&~  .Li \&~
 evaluates a regular expression.  evaluates a regular expression.
 .It Fl i Ar term  .It Fl i Ar term
 Same as  If
 .Ar term ,  
 but  
 .Ar term  .Ar term
   is a regular expression, it
 is evaluated case-insensitively.  is evaluated case-insensitively.
   Has no effect on substring terms.
 .El  .El
 .Pp  .Pp
 By default,  By default,
Line 125  searches for
Line 132  searches for
 .Xr mandocdb 8  .Xr mandocdb 8
 databases in the default paths stipulated by  databases in the default paths stipulated by
 .Xr man 1 ,  .Xr man 1 ,
 parses terms as case-insensitive 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
 .Pq the Li \&Nm No and Li \&Nd No macro keys .  .Pq the Li \&Nm No and Li \&Nd No macro keys .
Line 238  Invalid paths, or paths without manual databases, are 
Line 245  Invalid paths, or paths without manual databases, are 
 Overridden by  Overridden by
 .Fl M .  .Fl M .
 .El  .El
 .\" .Sh FILES  .Sh FILES
   .Bl -tag -width "/etc/man.conf" -compact
   .It Pa mandoc.db
   name of the
   .Xr mandocdb 8
   keyword database
   .It Pa mandoc.index
   name of the
   .Xr mandocdb 8
   filename database
   .It Pa /etc/man.conf
   default
   .Xr man 1
   configuration file
   .El
 .Sh EXIT STATUS  .Sh EXIT STATUS
 .Ex -std  .Ex -std
 .Sh EXAMPLES  .Sh EXAMPLES
 Search for  Search for
 .Qq mdoc  .Qq mdoc
 within the manual name and description:  as a substring and regular expression
   within each manual name and description:
 .Pp  .Pp
 .Dl $ apropos mdoc  .Dl $ apropos mdoc
   .Dl $ apropos ~^mdoc$
 .Pp  .Pp
 Two variants of searching for  Include matches for
 .Qq mdoc ,  .Qq roff
 .Qq roff ,  and
 or  
 .Qq man  .Qq man
 within manual names and descriptions:  for the regular expression case:
 .Pp  .Pp
 .Dl $ apropos mdoc roff man  .Dl $ apropos ~^mdoc$ roff man
 .Dl $ apropos mdoc \-o roff \-o man  .Dl $ apropos ~^mdoc$ \-o roff \-o man
 .Pp  .Pp
 Search for  Search for
 .Qq optind  .Qq optind
Line 264  and
Line 286  and
 .Qq optarg  .Qq optarg
 as variable names in the library category:  as variable names in the library category:
 .Pp  .Pp
 .Dl $ apropos \-s 3 \(dqVa~^optind$\(dq -a \(dqVa~^optarg$\(dq  .Dl $ apropos \-s 3 Va~^optind \-a Va~^optarg$
 .Pp  
 Search for all manuals referencing  
 .Qq POSIX  
 in any letter case:  
 .Pp  
 .Dl $ apropos \-\- \-i posix  
 .Sh SEE ALSO  .Sh SEE ALSO
 .Xr man 1 ,  .Xr man 1 ,
 .Xr mandoc 1 ,  .Xr re_format 7 ,
 .Xr re_format 7  .Xr mandocdb 8
 .Sh AUTHORS  .Sh AUTHORS
 The  The
 .Nm  .Nm

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

CVSweb