diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2015-03-22 18:14:30 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2015-03-22 18:14:30 +0000 |
commit | 5960f0c1ba4284107409535ccbcbda4bd3a66c5a (patch) | |
tree | 38cb9145ae288ed9fbec91680cde9363263b4fb1 /configure.local.example | |
parent | d9be634890cae1728d5f49489b411202f19337ad (diff) | |
download | mandoc-5960f0c1ba4284107409535ccbcbda4bd3a66c5a.tar.gz |
make MANPATH_DEFAULT compile-time configurable
Diffstat (limited to 'configure.local.example')
-rw-r--r-- | configure.local.example | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/configure.local.example b/configure.local.example index b470fb0f..22b4e408 100644 --- a/configure.local.example +++ b/configure.local.example @@ -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. |