aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/configure.local.example
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2015-03-27 00:18:14 +0000
committerIngo Schwarze <schwarze@openbsd.org>2015-03-27 00:18:14 +0000
commitc6e7875f658887310b9e26a83765f870c3ae0393 (patch)
treee538af5697a6e2e30dab85b07877e9e4a7b186a7 /configure.local.example
parenta4fba6b437efa8f6456876a23d1b62e2d919698f (diff)
downloadmandoc-c6e7875f658887310b9e26a83765f870c3ae0393.tar.gz
mandoc-c6e7875f658887310b9e26a83765f870c3ae0393.tar.zst
mandoc-c6e7875f658887310b9e26a83765f870c3ae0393.zip
Add man.conf(5). After adding some additional functionality,
one of the next steps will be to use it in addition to manpath(1) rather than as an alternative to it.
Diffstat (limited to 'configure.local.example')
-rw-r--r--configure.local.example7
1 files changed, 6 insertions, 1 deletions
diff --git a/configure.local.example b/configure.local.example
index cf30c9af..3cee71c4 100644
--- a/configure.local.example
+++ b/configure.local.example
@@ -1,4 +1,4 @@
-# $Id: configure.local.example,v 1.7 2015/03/22 18:14:30 schwarze Exp $
+# $Id: configure.local.example,v 1.8 2015/03/27 00:18:14 schwarze Exp $
#
# Copyright (c) 2014, 2015 Ingo Schwarze <schwarze@openbsd.org>
#
@@ -96,6 +96,11 @@ HAVE_MANPATH=1
# man(1), makewhatis(8), and apropos(1) will not work properly.
HAVE_MANPATH=0
+# Some distributions may want to avoid naming conflicts
+# with the configuration files of other man(1) implementations.
+# This changes the name of the installed section 5 manual page as well.
+MANM_MANCONF="mandoc.conf" # default is "man.conf"
+
# Some distributions may want to avoid naming conflicts among manuals.
# If you want to change the names of installed section 7 manual pages,
# the following alternative names are suggested.