1#	$OpenBSD: man.conf,v 1.2 1996/06/26 05:37:02 deraadt Exp $
2
3# Sheer, raging paranoia...
4_version	BSD.2
5
6# The whatis/apropos database.
7_whatdb		/usr/share/man/whatis.db
8
9# Subdirectories for paths ending in '/', IN SEARCH ORDER.
10_subdir		cat{1,8,6,2,3,4,5,7,3f}
11
12# Files typed by suffix and their commands.
13# Note the order, .Z must come after .[1-9].Z, or it will match first.
14_suffix		.0
15_build		.[1-9]		/usr/bin/nroff -man %s
16_build		.[1-9].Z	/usr/bin/zcat %s | /usr/bin/nroff -man
17_build		.Z		/usr/bin/zcat %s
18_build		.0.Z		/usr/bin/zcat %s
19_build		.gz		/usr/contrib/bin/gunzip %s
20_build		.z		/usr/contrib/bin/gunzip %s
21_build		.nr		/usr/bin/nroff -man %s
22
23# Sections and their directories.
24# All paths ending in '/' are the equivalent of entries specifying that
25# directory with all of the subdirectories listed for the keyword _subdir.
26
27# default
28_default	/usr/{share,X11,contrib,local}/{man,man/old}/
29
30# Other sections that represent complete man subdirectories.
31X11		/usr/X11R4/man/
32X11R4		/usr/X11R4/man/
33contrib		/usr/contrib/man/
34local		/usr/local/man/
35new		/usr/contrib/man/
36old		/usr/share/man/old/
37
38# Specific section/directory combinations.
391		/usr/{share,X11R4,contrib,local}/{man/,man/old/}cat1
402		/usr/{share,X11R4,contrib,local}/{man/,man/old/}cat2
413		/usr/{share,X11R4,contrib,local}/{man/,man/old/}cat3
423F		/usr/share/man/cat3f
433f		/usr/share/man/cat3f
444		/usr/{share,X11R4,contrib,local}/{man/,man/old/}cat4
455		/usr/{share,X11R4,contrib,local}/{man/,man/old/}cat5
466		/usr/{share,X11R4,contrib,local}/{man/,man/old/}cat6
477		/usr/{share,X11R4,contrib,local}/{man/,man/old/}cat7
488		/usr/{share,X11R4,contrib,local}/{man/,man/old/}cat8
49