NetBSD/etc/man.conf

57 lines
2.1 KiB
Plaintext
Raw Normal View History

# $NetBSD: man.conf,v 1.12 1998/07/16 05:31:29 mycroft Exp $
1993-03-21 12:45:37 +03:00
1993-12-21 07:07:37 +03:00
# Sheer, raging paranoia...
_version BSD.2
1993-03-21 12:45:37 +03:00
1993-12-21 07:07:37 +03:00
# The whatis/apropos database.
1993-03-21 12:45:37 +03:00
_whatdb /usr/share/man/whatis.db
_whatdb /usr/X11R6/man/whatis.db
_whatdb /usr/X11/man/whatis.db
1997-12-02 10:04:56 +03:00
_whatdb /usr/pkg/man/whatis.db
_whatdb /usr/local/man/whatis.db
1993-03-21 12:45:37 +03:00
1993-12-21 07:07:37 +03:00
# Subdirectories for paths ending in '/', IN SEARCH ORDER.
_subdir cat1 man1 cat8 man8 cat6 man6 cat2 man2 cat3 man3 cat4 man4 cat5 man5 cat7 man7 cat3f man3f cat9 man9
1993-03-21 12:45:37 +03:00
1993-12-21 07:07:37 +03:00
# Files typed by suffix and their commands.
# Note the order, .Z must come after .[1-9].Z, or it will match first.
_suffix .0
_build .0.Z /usr/bin/zcat %s
_build .0.gz /usr/bin/gunzip -c %s
1993-12-21 07:07:37 +03:00
_build .[1-9] /usr/bin/nroff -man %s
_build .[1-9].Z /usr/bin/zcat %s | /usr/bin/nroff -man
_build .[1-9].gz /usr/bin/gunzip -c %s | /usr/bin/nroff -man
_build .tbl /usr/bin/tbl %s | /usr/bin/nroff -man
_build .tbl.Z /usr/bin/zcat %s | /usr/bin/tbl | /usr/bin/nroff -man
_build .tbl.gz /usr/bin/gunzip -c %s | /usr/bin/tbl | /usr/bin/nroff -man
_build .n /usr/bin/nroff -me %s 2>/dev/null | cat -s
_build .me /usr/bin/nroff -me %s 2>/dev/null | cat -s
1993-03-21 12:45:37 +03:00
1993-12-21 07:07:37 +03:00
# Sections and their directories.
# All paths ending in '/' are the equivalent of entries specifying that
# directory with all of the subdirectories listed for the keyword _subdir.
1993-03-21 12:45:37 +03:00
1993-12-21 07:07:37 +03:00
# default
_default /usr/{share,X11R6,X11,pkg,local}/man/
1993-03-21 12:45:37 +03:00
1993-12-21 07:07:37 +03:00
# Other sections that represent complete man subdirectories.
X11R6 /usr/X11R6/man/
X11 /usr/X11/man/
packages /usr/pkg/man/
1993-03-21 12:45:37 +03:00
local /usr/local/man/
1993-12-21 07:07:37 +03:00
1997-12-02 10:04:56 +03:00
doc /usr/{pkg,share}/doc/{sendmail/op,sendmail/intro}
1993-12-21 07:07:37 +03:00
# Specific section/directory combinations.
1 /usr/{share,X11R6,X11,pkg,local}/man/{cat,man}1
2 /usr/{share,X11R6,X11,pkg,local}/man/{cat,man}2
3 /usr/{share,X11R6,X11,pkg,local}/man/{cat,man}3
3F /usr/{share,pkg}/man/{cat,man}3f
3f /usr/{share,pkg}/man/{cat,man}3f
4 /usr/{share,X11R6,X11,pkg,local}/man/{cat,man}4
5 /usr/{share,X11R6,X11,pkg,local}/man/{cat,man}5
6 /usr/{share,X11R6,X11,pkg,local}/man/{cat,man}6
7 /usr/{share,X11R6,X11,pkg,local}/man/{cat,man}7
8 /usr/{share,X11R6,X11,pkg,local}/man/{cat,man}8
9 /usr/{share,pkg}/man/{cat,man}9