[BACK]Return to man.conf.5 CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / mandoc

Diff for /mandoc/man.conf.5 between version 1.4 and 1.7

version 1.4, 2016/12/28 22:52:17 version 1.7, 2020/02/10 14:13:24
Line 1 
Line 1 
 .\"     $Id$  .\"     $Id$
 .\"  .\"
 .\" Copyright (c) 2015 Ingo Schwarze <schwarze@openbsd.org>  .\" Copyright (c) 2015, 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 74  in each directory configured with
Line 74  in each directory configured with
 .Ic manpath  .Ic manpath
 is recommended and necessary for  is recommended and necessary for
 .Xr apropos 1  .Xr apropos 1
 to work, but not strictly required for  to work, and also for
 .Xr man 1 .  .Xr man 1
   on operating systems like
   .Ox
   that install each manual page with only one file name in the file system,
   even if it documents multiple utilities or functions.
 .It Ic output Ar option Op Ar value  .It Ic output Ar option Op Ar value
 Configure the default value of an output option.  Configure the default value of an output option.
 These directives are overridden by the  These directives are overridden by the
Line 94  manual.
Line 98  manual.
 .It Ic man      Ta string   Ta Cm html Ta path for \&Xr links  .It Ic man      Ta string   Ta Cm html Ta path for \&Xr links
 .It Ic paper    Ta string   Ta Cm ps , pdf Ta paper size  .It Ic paper    Ta string   Ta Cm ps , pdf Ta paper size
 .It Ic style    Ta string   Ta Cm html Ta CSS file  .It Ic style    Ta string   Ta Cm html Ta CSS file
   .It Ic toc      Ta none     Ta Cm html Ta print table of contents
 .It Ic width    Ta integer  Ta Cm ascii , utf8 Ta right margin  .It Ic width    Ta integer  Ta Cm ascii , utf8 Ta right margin
 .El  .El
 .It Ic _whatdb Ar path Ns Cm /whatis.db  .It Ic _whatdb Ar path Ns Cm /whatis.db
Line 104  It is kept for backward compatibility for now,
Line 109  It is kept for backward compatibility for now,
 but will eventually be removed.  but will eventually be removed.
 .El  .El
 .Sh FILES  .Sh FILES
 .Pa /etc/man.conf  .Bl -tag -width /etc/examples/man.conf -compact
   .It Pa /etc/man.conf
   .El
 .Sh EXAMPLES  .Sh EXAMPLES
 The following configuration file reproduces the defaults:  The following configuration file reproduces the defaults:
 installing it is equivalent to not having a  installing it is equivalent to not having a

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.7

CVSweb