summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/man/manpath/manpath.config
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/usr.bin/man/manpath/manpath.config')
-rw-r--r--gnu/usr.bin/man/manpath/manpath.config29
1 files changed, 29 insertions, 0 deletions
diff --git a/gnu/usr.bin/man/manpath/manpath.config b/gnu/usr.bin/man/manpath/manpath.config
new file mode 100644
index 0000000..eea98bf
--- /dev/null
+++ b/gnu/usr.bin/man/manpath/manpath.config
@@ -0,0 +1,29 @@
+# $FreeBSD$
+#
+# This file is read by manpath(1) to configure the mandatory manpath,
+# optional manpath and to map each path element to a manpath element.
+# The format is:
+#
+# MANDATORY_MANPATH manpath_element
+# OPTIONAL_MANPATH manpath_element
+# MANPATH_MAP path_element manpath_element
+# MANLOCALES locale1 locale2 ...
+#
+# every automatically generated MANPATH includes these fields
+#
+MANDATORY_MANPATH /usr/share/man
+#
+# check if the directory exists and if it does, add it to MANPATH
+#
+OPTIONAL_MANPATH /usr/local/lib/perl5/5.6.1/man
+#
+# set up PATH to MANPATH mapping
+#
+MANPATH_MAP /bin /usr/share/man
+MANPATH_MAP /usr/bin /usr/share/man
+MANPATH_MAP /usr/local/bin /usr/local/man
+MANPATH_MAP /usr/X11R6/bin /usr/X11R6/man
+#
+# set man locales, if needed
+#
+#MANLOCALES ru_RU.KOI8-R
OpenPOWER on IntegriCloud