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

Diff for /mandoc/apropos.1 between version 1.40 and 1.41

version 1.40, 2017/01/31 19:44:04 version 1.41, 2017/03/17 17:24:41
Line 1 
Line 1 
 .\"     $Id$  .\"     $Id$
 .\"  .\"
 .\" Copyright (c) 2011, 2012 Kristaps Dzonsons <kristaps@bsd.lv>  .\" Copyright (c) 2011, 2012 Kristaps Dzonsons <kristaps@bsd.lv>
 .\" Copyright (c) 2011, 2012, 2014 Ingo Schwarze <schwarze@openbsd.org>  .\" Copyright (c) 2011, 2012, 2014, 2017 Ingo Schwarze <schwarze@openbsd.org>
 .\"  .\"
 .\" Permission to use, copy, modify, and distribute this software for any  .\" Permission to use, copy, modify, and distribute this software for any
 .\" purpose with or without fee is hereby granted, provided that the above  .\" purpose with or without fee is hereby granted, provided that the above
Line 237  is evaluated case-insensitively.
Line 237  is evaluated case-insensitively.
 Has no effect on substring terms.  Has no effect on substring terms.
 .El  .El
 .Pp  .Pp
 Results are sorted by manual sections and names, with output formatted as  Results are sorted according to the following criteria:
   .Bl -enum
   .It
   The manpath directory tree the page is found in, according to the
   order specified with
   .Fl M ,
   .Fl m ,
   the
   .Ev MANPATH
   environment variable, the
   .Xr man.conf 5
   configuration file, or the default documented in
   .Xr man.conf 5 .
   .It
   The section number in ascending numerical order.
   .It
   The page name in ascending
   .Xr ascii 7
   alphabetical order, case-insensitive.
   .El
   .Pp
   Each output line is formatted as
 .Pp  .Pp
 .D1 name[, name...](sec) \- description  .D1 name[, name...](sec) \- description
 .Pp  .Pp

Legend:
Removed from v.1.40  
changed lines
  Added in v.1.41

CVSweb