[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.37

version 1.32, 2014/08/22 03:42:18 version 1.37, 2015/02/16 16:23:54
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 acfhklw
 .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 79  to paginate them.
Line 79  to paginate them.
 In  In
 .Fl a  .Fl a
 mode, the options  mode, the options
 .Fl IOTW  .Fl IKOTW
 described in the  described in the
 .Xr mandoc 1  .Xr mandoc 1
 manual are also available.  manual are also available.
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 318  Text production:
Line 337  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 360  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.37

CVSweb