aboutsummaryrefslogtreecommitdiff
path: root/gnu/man/manpath/manpath.config
diff options
context:
space:
mode:
authorsvn2git <svn2git@FreeBSD.org>1993-11-01 08:00:00 +0000
committersvn2git <svn2git@FreeBSD.org>1993-11-01 08:00:00 +0000
commit8503f4f13f77abf7adc8f7e329c6f9c1d52b6a20 (patch)
treec5b2ce776438e0a52b492a2ab6ab41360b8ba1f6 /gnu/man/manpath/manpath.config
This commit was manufactured to restore the state of the 1.0-RELEASE image. Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
Diffstat (limited to 'gnu/man/manpath/manpath.config')
-rw-r--r--gnu/man/manpath/manpath.config30
1 files changed, 30 insertions, 0 deletions
diff --git a/gnu/man/manpath/manpath.config b/gnu/man/manpath/manpath.config
new file mode 100644
index 000000000000..b9c1171ae37e
--- /dev/null
+++ b/gnu/man/manpath/manpath.config
@@ -0,0 +1,30 @@
+# manpath.config
+#
+# This file is read by manpath to configure the mandatory manpath, to
+# map each path element to a manpath element and to determine where the
+# "man" binary lives. The format is:
+#
+# MANBIN pathname
+# MANDATORY_MANPATH manpath_element
+# MANPATH_MAP path_element manpath_element
+#
+# MANBIN is optional
+#
+#MANBIN /usr/local/bin/man
+#
+# every automatically generated MANPATH includes these fields
+#
+MANDATORY_MANPATH /usr/share/man
+MANDATORY_MANPATH /usr/local/man
+MANDATORY_MANPATH /usr/X386/man
+MANDATORY_MANPATH /usr/gnu/man
+#
+# set up PATH to MANPATH mapping
+#
+MANPATH_MAP /bin /usr/share/man
+MANPATH_MAP /usr/bin /usr/share/man
+MANPATH_MAP /usr/ucb /usr/share/man
+MANPATH_MAP /usr/local/mh /usr/local/mh/man
+MANPATH_MAP /usr/local/bin /usr/local/man
+MANPATH_MAP /usr/gnu /usr/gnu/man
+MANPATH_MAP /usr/X386 /usr/X386/man