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

Diff for /mandoc/apropos.1 between version 1.32 and 1.35

version 1.32, 2014/08/22 03:42:18 version 1.35, 2014/09/03 05:22:45
Line 24 
Line 24 
 .Nd search manual page databases  .Nd search manual page databases
 .Sh SYNOPSIS  .Sh SYNOPSIS
 .Nm  .Nm
 .Op Fl acfkw  .Op Fl acfhklVw
 .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
Line 104  In this mode, macro keys, comparison operators, and lo
Line 104  In this mode, macro keys, comparison operators, and lo
 are not available.  are not available.
 This overrides any earlier  This overrides any earlier
 .Fl k  .Fl k
 option.  and
   .Fl l
   options.
   .It Fl h
   Instead of showing the title lines, show the SYNOPSIS sections, just like
   .Xr man 1
   .Fl h
   would.
 .It Fl k  .It Fl k
 Support the full  Support the full
 .Ar expression  .Ar expression
 syntax.  syntax.
 This overrides any earlier  This overrides any earlier
 .Fl f  .Fl f
 option.  and
   .Fl l
   options.
 It is the default for  It is the default for
 .Nm .  .Nm .
   .It Fl l
   An alias for
   .Xr mandoc 1
   .Fl a .
   This overrides any earlier
   .Fl f ,
   .Fl k ,
   and
   .Fl w
   options.
 .It Fl M Ar path  .It Fl M Ar path
 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 143  By default, pages from all sections are shown.
Line 162  By default, pages from all sections are shown.
 See  See
 .Xr man 1  .Xr man 1
 for a listing of sections.  for a listing of sections.
   .It Fl V
   Print version and exit.
 .It Fl w  .It Fl w
 Instead of showing title lines, show the pathnames of the matching  Instead of showing title lines, show the pathnames of the matching
 manual pages, just like  manual pages, just like
Line 318  Text production:
Line 339  Text production:
 .It Li \&Dx Ta Dx No version reference  .It Li \&Dx Ta Dx No version reference
 .El  .El
 .Sh ENVIRONMENT  .Sh ENVIRONMENT
 .Bl -tag -width MANPATH  .Bl -tag -width MANPAGER
   .It Ev MANPAGER
   Any non-empty value of the environment variable
   .Ev MANPAGER
   will be used instead of the standard pagination program,
   .Xr more 1 .
 .It Ev MANPATH  .It Ev MANPATH
 The standard search path used by  The standard search path used by
 .Xr man 1  .Xr man 1
Line 336  or if it contains two adjacent colons,
Line 362  or if it contains two adjacent colons,
 the standard search path is inserted between the colons.  the standard search path is inserted between the colons.
 If none of these conditions are met, it overrides the  If none of these conditions are met, it overrides the
 standard search path.  standard search path.
   .It Ev PAGER
   Specifies the pagination program to use when
   .Ev MANPAGER
   is not defined.
   If neither PAGER nor MANPAGER is defined,
   .Pa /usr/bin/more Fl s
   will be used.
 .El  .El
 .Sh FILES  .Sh FILES
 .Bl -tag -width "/etc/man.conf" -compact  .Bl -tag -width "/etc/man.conf" -compact

Legend:
Removed from v.1.32  
changed lines
  Added in v.1.35

CVSweb