diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2015-03-27 21:17:17 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2015-03-27 21:17:17 +0000 |
commit | c661b64f38f7e61d3630ac6861d88163115384e1 (patch) | |
tree | 82194ea68c30ca0fcf7141bbf55e2da7390c943d /etc | |
parent | abfc46d4a5cc4776de309c4435d33f2b00627691 (diff) |
Actually use the new man.conf(5) "output" directive.
Additional functionality, yet minus 45 lines of code.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/examples/man.conf | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/etc/examples/man.conf b/etc/examples/man.conf index 0eff88da9f6..1cddae796c4 100644 --- a/etc/examples/man.conf +++ b/etc/examples/man.conf @@ -1,4 +1,4 @@ -# $OpenBSD: man.conf,v 1.1 2015/03/27 18:49:50 schwarze Exp $ +# $OpenBSD: man.conf,v 1.2 2015/03/27 21:17:16 schwarze Exp $ # man(1)/apropos(1)/makewhatis(8) configuration, see man.conf(5). # This sample file shows the default settings. @@ -7,3 +7,10 @@ manpath /usr/share/man manpath /usr/X11R6/man manpath /usr/local/man + +# Options for terminal output. +output width 78 +output indent 5 + +# Option for PostScript and PDF output. +output paper letter |