diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2015-03-27 21:33:20 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2015-03-27 21:33:20 +0000 |
commit | da7b34abc5bd5ab75be7d8fe2946140d523aebba (patch) | |
tree | 863ad72a29ed67e2330f5edcbf44992776cdf2d8 /man.conf.5 | |
parent | aeaacb622a48de841df3d2733d63ed99db74ffbc (diff) | |
download | mandoc-da7b34abc5bd5ab75be7d8fe2946140d523aebba.tar.gz |
Actually use the new man.conf(5) "output" directive.
Additional functionality, yet minus 45 lines of code.
Diffstat (limited to 'man.conf.5')
-rw-r--r-- | man.conf.5 | 20 |
1 files changed, 20 insertions, 0 deletions
@@ -76,6 +76,26 @@ is recommended and necessary for .Xr apropos 1 to work, but not strictly required for .Xr man 1 . +.It Ic output Ar option Op Ar value +Configure the default value of an output option. +These directives are overridden by the +.Fl O +command line options of the same names. +For details, see the +.Xr mandoc 1 +manual. +.Pp +.Bl -column fragment integer "ascii, utf8" -compact +.It Ar option Ta Ar value Ta used by Fl T Ta purpose +.It Ta Ta Ta +.It Ic fragment Ta none Ta Cm html Ta print only body +.It Ic includes Ta string Ta Cm html Ta path to header files +.It Ic indent Ta integer Ta Cm ascii , utf8 Ta left margin +.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 style Ta string Ta Cm html Ta CSS file +.It Ic width Ta integer Ta Cm ascii , utf8 Ta right margin +.El .It Ic _whatdb Ar path Ns Cm /whatis.db This directive provides the same functionality as .Ic manpath , |