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

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

Revision 1.8, Thu Apr 5 19:05:49 2001 UTC (23 years, 1 month ago) by millert
Branch: MAIN
CVS Tags: 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
Changes since 1.7: +14 -17 lines

Remove X386 and X11R4
Treat foo.n as a -man page, not a -me doc

#	$OpenBSD: man.conf,v 1.8 2001/04/05 19:05:49 millert Exp $

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

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

# Subdirectories for paths ending in '/', IN SEARCH ORDER.
_subdir		cat1 man1 cat8 man8 cat6 man6 cat2 man2 cat3 man3 cat5 man5 cat7 man7 cat3f man3f cat4 man4 cat9 man9 cat3p man3p

# Files typed by suffix and their commands.
# Note the order, .Z must come after .[1-9n].Z, or it will match first.
_suffix		.0
_build		.0.Z		/usr/bin/zcat %s
_build		.0.gz		/usr/bin/gunzip -c %s
_build		.[1-9n]		/usr/bin/nroff -man %s
_build		.[1-9n].Z	/usr/bin/zcat %s | /usr/bin/nroff -man
_build		.[1-9n].gz	/usr/bin/gunzip -c %s | /usr/bin/nroff -man
_build		.[1-9][a-z]	/usr/bin/nroff -man %s
_build		.[1-9][a-z].Z	/usr/bin/zcat %s | /usr/bin/nroff -man
_build		.[1-9][a-z].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		.me		/usr/bin/nroff -me %s 2>/dev/null | cat -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,X11R6,X11,contrib,gnu,local}/{man,man/old}/

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

doc		/usr/share/doc/{sendmail/op,sendmail/intro}

# Specific section/directory combinations.
1		/usr/{share,X11R6,X11,contrib,local}/{man/,man/old/}{cat,man}1
2		/usr/{share,X11R6,X11,contrib,local}/{man/,man/old/}{cat,man}2
3		/usr/{share,X11R6,X11,contrib,local}/{man/,man/old/}{cat,man}3
3F		/usr/share/man/cat3f
3f		/usr/share/man/cat3f
3P		/usr/share/man/cat3p
3p		/usr/share/man/cat3p
4		/usr/{share,X11R6,X11,contrib,local}/{man/,man/old/}{cat,man}4
5		/usr/{share,X11R6,X11,contrib,local}/{man/,man/old/}{cat,man}5
6		/usr/{share,X11R6,X11,contrib,local}/{man/,man/old/}{cat,man}6
7		/usr/{share,X11R6,X11,contrib,local}/{man/,man/old/}{cat,man}7
8		/usr/{share,X11R6,X11,contrib,local}/{man/,man/old/}{cat,man}8
9		/usr/share/man/{cat,man}9