aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/configure.local.example
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2015-03-22 18:14:30 +0000
committerIngo Schwarze <schwarze@openbsd.org>2015-03-22 18:14:30 +0000
commit916afae122e94e9627eab3ab62e1d5391e0e1fec (patch)
tree9fe1eb80edf8e1516007756fc8e0029f38e33ddc /configure.local.example
parent2dd6335f7e38c6febe4d28c1b9d484009f454ef7 (diff)
downloadmandoc-916afae122e94e9627eab3ab62e1d5391e0e1fec.tar.gz
mandoc-916afae122e94e9627eab3ab62e1d5391e0e1fec.tar.zst
mandoc-916afae122e94e9627eab3ab62e1d5391e0e1fec.zip
make MANPATH_DEFAULT compile-time configurable
Diffstat (limited to 'configure.local.example')
-rw-r--r--configure.local.example9
1 files changed, 8 insertions, 1 deletions
diff --git a/configure.local.example b/configure.local.example
index bb391591..cf30c9af 100644
--- a/configure.local.example
+++ b/configure.local.example
@@ -1,4 +1,4 @@
-# $Id: configure.local.example,v 1.6 2015/02/16 14:56:22 schwarze Exp $
+# $Id: configure.local.example,v 1.7 2015/03/22 18:14:30 schwarze Exp $
#
# Copyright (c) 2014, 2015 Ingo Schwarze <schwarze@openbsd.org>
#
@@ -48,6 +48,13 @@ HAVE_WCHAR=1
HAVE_WCHAR=0
+# When man(1) or apropos(1) is called without -m and -M options,
+# MANPATH is not set in the environment, man.conf(5) is not available
+# and manpath(1) not used, manuals are searched for in the following
+# directory trees by default.
+
+MANPATH_DEFAULT="/usr/share/man:/usr/X11R6/man:/usr/local/man"
+
# In manual pages written in the mdoc(7) language, the operating system
# version is displayed in the page footer line. If an operating system
# is specified as an argument to the .Os macro, that is always used.