[BACK]Return to man.conf CVS log [TXT][DIR] Up to [local] / src / usr.bin / man

File: [local] / src / usr.bin / man / Attic / man.conf (download)

Revision 1.2, Wed Jun 26 05:37:02 1996 UTC (27 years, 11 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_4_4_BASE, OPENBSD_4_4, OPENBSD_4_3_BASE, OPENBSD_4_3, OPENBSD_4_2_BASE, OPENBSD_4_2, OPENBSD_4_1_BASE, OPENBSD_4_1, OPENBSD_4_0_BASE, OPENBSD_4_0, OPENBSD_3_9_BASE, OPENBSD_3_9, OPENBSD_3_8_BASE, OPENBSD_3_8, OPENBSD_3_7_BASE, OPENBSD_3_7, OPENBSD_3_6_BASE, OPENBSD_3_6, OPENBSD_3_5_BASE, OPENBSD_3_5, OPENBSD_3_4_BASE, OPENBSD_3_4, OPENBSD_3_3_BASE, OPENBSD_3_3, OPENBSD_3_2_BASE, OPENBSD_3_2, OPENBSD_3_1_BASE, OPENBSD_3_1, OPENBSD_3_0_BASE, OPENBSD_3_0, OPENBSD_2_9_BASE, OPENBSD_2_9, OPENBSD_2_8_BASE, OPENBSD_2_8, OPENBSD_2_7_BASE, OPENBSD_2_7, OPENBSD_2_6_BASE, OPENBSD_2_6, OPENBSD_2_5_BASE, OPENBSD_2_5, OPENBSD_2_4_BASE, OPENBSD_2_4, OPENBSD_2_3_BASE, OPENBSD_2_3, OPENBSD_2_2_BASE, OPENBSD_2_2, OPENBSD_2_1_BASE, OPENBSD_2_1, OPENBSD_2_0_BASE, OPENBSD_2_0
Changes since 1.1: +2 -0 lines

rcsid

#	$OpenBSD: man.conf,v 1.2 1996/06/26 05:37:02 deraadt Exp $

# Sheer, raging paranoia...
_version	BSD.2

# The whatis/apropos database.
_whatdb		/usr/share/man/whatis.db

# Subdirectories for paths ending in '/', IN SEARCH ORDER.
_subdir		cat{1,8,6,2,3,4,5,7,3f}

# 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		.[1-9]		/usr/bin/nroff -man %s
_build		.[1-9].Z	/usr/bin/zcat %s | /usr/bin/nroff -man
_build		.Z		/usr/bin/zcat %s
_build		.0.Z		/usr/bin/zcat %s
_build		.gz		/usr/contrib/bin/gunzip %s
_build		.z		/usr/contrib/bin/gunzip %s
_build		.nr		/usr/bin/nroff -man %s

# 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.

# default
_default	/usr/{share,X11,contrib,local}/{man,man/old}/

# Other sections that represent complete man subdirectories.
X11		/usr/X11R4/man/
X11R4		/usr/X11R4/man/
contrib		/usr/contrib/man/
local		/usr/local/man/
new		/usr/contrib/man/
old		/usr/share/man/old/

# Specific section/directory combinations.
1		/usr/{share,X11R4,contrib,local}/{man/,man/old/}cat1
2		/usr/{share,X11R4,contrib,local}/{man/,man/old/}cat2
3		/usr/{share,X11R4,contrib,local}/{man/,man/old/}cat3
3F		/usr/share/man/cat3f
3f		/usr/share/man/cat3f
4		/usr/{share,X11R4,contrib,local}/{man/,man/old/}cat4
5		/usr/{share,X11R4,contrib,local}/{man/,man/old/}cat5
6		/usr/{share,X11R4,contrib,local}/{man/,man/old/}cat6
7		/usr/{share,X11R4,contrib,local}/{man/,man/old/}cat7
8		/usr/{share,X11R4,contrib,local}/{man/,man/old/}cat8