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

Diff for /mandoc/apropos.1 between version 1.26 and 1.27

version 1.26, 2014/04/15 23:02:27 version 1.27, 2014/04/18 09:47:09
Line 38  and
Line 38  and
 .Nm whatis  .Nm whatis
 utilities query manual page databases generated by  utilities query manual page databases generated by
 .Xr mandocdb 8 ,  .Xr mandocdb 8 ,
 evaluating on  evaluating
 .Ar expression  .Ar expression
 for each file in each database.  for each file in each database.
   By default, it displays the names, section numbers, and description lines
   of all matching manuals.
 .Pp  .Pp
 By default,  By default,
 .Nm  .Nm
 searches for  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-sensitive regular expressions  and uses case-insensitive substring matching
 .Pq the Li \&~ operator  .Pq the Cm = No 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 .
 Multiple terms imply pairwise  Multiple terms imply pairwise
Line 120  True if both
Line 122  True if both
 and  and
 .Ar expr2  .Ar expr2
 are true (logical  are true (logical
 .Qq and ) .  .Sq and ) .
 .It Ar expr1 Oo Fl o Oc Ar expr2  .It Ar expr1 Oo Fl o Oc Ar expr2
 True if  True if
 .Ar expr1  .Ar expr1
 and/or  and/or
 .Ar expr2  .Ar expr2
 evaluate to true (logical  evaluate to true (logical
 .Qq or ) .  .Sq or ) .
 .It Ar term  .It Ar term
 True if  True if
 .Ar term  .Ar term
 is satisfied.  is satisfied.
 This has syntax  This has syntax
 .Li [key[,key]*(=~)]?val ,  .Sm off
 where operand  .Oo
 .Cm key  .Op Ar key Op , Ar key ...
   .Pq Cm = | ~
   .Oc
   .Ar val
   .Sm on ,
   where
   .Ar key
 is an  is an
 .Xr mdoc 7  .Xr mdoc 7
 macro to query and  macro to query and
 .Cm val  .Ar val
 is its value.  is its value.
 See  See
 .Sx Macro Keys  .Sx Macro Keys
 for a list of available keys.  for a list of available keys.
 Operator  Operator
 .Li \&=  .Cm =
 evaluates a substring, while  evaluates a substring, while
 .Li \&~  .Cm ~
 evaluates a regular expression.  evaluates a regular expression.
 .It Fl i Ar term  .It Fl i Ar term
 If  If
Line 162  considers an
Line 170  considers an
 .Ar expression  .Ar expression
 to consist of an opaque keyword.  to consist of an opaque keyword.
 .Pp  .Pp
 Results are sorted by manual title, with output formatted as  Results are sorted by manual sections and names, with output formatted as
 .Pp  .Pp
 .D1 title(sec) \- description  .D1 name[, name...](sec) \- description
 .Pp  .Pp
 Where  Where
 .Qq title  .Dq name
 is the manual's title (note multiple manual names may exist for one  is the manual's name,
 title),  .Dq sec
 .Qq sec  
 is the manual section, and  is the manual section, and
 .Qq description  .Dq description
 is the manual's short description.  is the manual's short description.
 If an architecture is specified for the manual, it is displayed as  If an architecture is specified for the manual, it is displayed as
 .Pp  .Pp
 .D1 title(cat/arch) \- description  .D1 name(sec/arch) \- description
 .Pp  .Pp
 Resulting manuals may be accessed as  Resulting manuals may be accessed as
 .Pp  .Pp
 .Dl $ man \-s sec title  .Dl $ man \-s sec name
 .Pp  .Pp
 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 name
 .Ss Macro Keys  .Ss Macro Keys
 Queries evaluate over a subset of  Queries evaluate over a subset of
 .Xr mdoc 7  .Xr mdoc 7
Line 314  Search in names and descriptions using a regular expre
Line 321  Search in names and descriptions using a regular expre
 .Pp  .Pp
 .Dl $ apropos '~set.?[ug]id'  .Dl $ apropos '~set.?[ug]id'
 .Pp  .Pp
 Search for manuals in the library category mentioning both the  Search for manuals in the library section mentioning both the
 .Qq optind  .Qq optind
 and the  and the
 .Qq optarg  .Qq optarg

Legend:
Removed from v.1.26  
changed lines
  Added in v.1.27

CVSweb