man.conf revision 1.4
1#	$Id: man.conf,v 1.4 1994/04/07 16:31:45 mycroft Exp $
2
3# Experimental.
4
5# Sheer, raging paranoia...
6_version	BSD.2
7
8# The whatis/apropos database.
9_whatdb		/usr/share/man/whatis.db
10
11# Subdirectories for paths ending in '/', IN SEARCH ORDER.
12_subdir		cat1 man1 cat8 man8 cat6 man6 cat2 man2 cat3 man3 cat4 man4 cat5 man5 cat7 man7 cat3f man3f
13
14# Files typed by suffix and their commands.
15# Note the order, .Z must come after .[1-9].Z, or it will match first.
16_suffix		.0
17_build		.0.Z		/usr/bin/zcat %s
18_build		.0.gz		/usr/bin/gunzip -c %s
19_build		.[1-9]		/usr/bin/nroff -man %s
20_build		.[1-9].Z	/usr/bin/zcat %s | /usr/bin/nroff -man
21_build		.[1-9].gz	/usr/bin/gunzip -c %s | /usr/bin/nroff -man
22_build		.tbl		/usr/bin/tbl %s | /usr/bin/nroff -man
23_build		.tbl.Z		/usr/bin/zcat %s | /usr/bin/tbl | /usr/bin/nroff -man
24_build		.tbl.gz		/usr/bin/gunzip -c %s | /usr/bin/tbl | /usr/bin/nroff -man
25_build		.n		/usr/bin/nroff -me %s 2>/dev/null | cat -s
26_build		.me		/usr/bin/nroff -me %s 2>/dev/null | cat -s
27
28# Sections and their directories.
29# All paths ending in '/' are the equivalent of entries specifying that
30# directory with all of the subdirectories listed for the keyword _subdir.
31
32# default
33_default	/usr/{share,X11R6,X386,X11,X11R4,contrib,gnu,local}/{man,man/old}/
34
35# Other sections that represent complete man subdirectories.
36X11		/usr/X11/man/
37X11R4		/usr/X11R4/man/
38X11R6		/usr/X11R6/man/
39X386		/usr/X386/man/
40contrib		/usr/contrib/man/
41local		/usr/local/man/
42new		/usr/contrib/man/
43old		/usr/share/man/old/
44
45doc		/usr/share/doc/{sendmail/op,sendmail/intro}
46
47# Specific section/directory combinations.
481		/usr/{share,X11R6,X386,X11,X11R4,contrib,local}/{man/,man/old/}{cat,man}1
492		/usr/{share,X11R6,X386,X11,X11R4,contrib,local}/{man/,man/old/}{cat,man}2
503		/usr/{share,X11R6,X386,X11,X11R4,contrib,local}/{man/,man/old/}{cat,man}3
513F		/usr/share/man/cat3f
523f		/usr/share/man/cat3f
534		/usr/{share,X11R6,X386,X11,X11R4,contrib,local}/{man/,man/old/}{cat,man}4
545		/usr/{share,X11R6,X386,X11,X11R4,contrib,local}/{man/,man/old/}{cat,man}5
556		/usr/{share,X11R6,X386,X11,X11R4,contrib,local}/{man/,man/old/}{cat,man}6
567		/usr/{share,X11R6,X386,X11,X11R4,contrib,local}/{man/,man/old/}{cat,man}7
578		/usr/{share,X11R6,X386,X11,X11R4,contrib,local}/{man/,man/old/}{cat,man}8
58