minix/etc/man.conf
Lionel Sambuc 84d9c625bf Synchronize on NetBSD-CVS (2013/12/1 12:00:00 UTC)
- Fix for possible unset uid/gid in toproto
 - Fix for default mtree style
 - Update libelf
 - Importing libexecinfo
 - Resynchronize GCC, mpc, gmp, mpfr
 - build.sh: Replace params with show-params.
     This has been done as the make target has been renamed in the same
     way, while a new target named params has been added. This new
     target generates a file containing all the parameters, instead of
     printing it on the console.
 - Update test48 with new etc/services (Fix by Ben Gras <ben@minix3.org)
     get getservbyport() out of the inner loop

Change-Id: Ie6ad5226fa2621ff9f0dee8782ea48f9443d2091
2014-07-28 17:05:06 +02:00

75 lines
2.1 KiB
Plaintext

# $NetBSD: man.conf,v 1.34 2013/10/25 08:19:46 mbalmer Exp $
# Sheer, raging paranoia...
_version BSD.2
# The whatis/apropos database.
_mandb /var/db/man.db
# Subdirectories for paths ending in '/', IN SEARCH ORDER.
_subdir cat1 man1 cat8 man8 cat6 man6 cat2 man2 cat3 cat3lua man3 man3lua cat4 man4 cat5 man5 cat7 man7 man3f cat9 cat9lua man9 man9lua catn mann catl manl
# 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.bz2 /usr/bin/bzcat %s
_build .0.gz /usr/bin/zcat %s
_build .0.xz /usr/bin/xzcat %s
_build .[1-9][a-z]* /usr/bin/mandoc %s
_build .[1-9ln] /usr/bin/mandoc %s
_build .[1-9ln].Z /usr/bin/zcat %s | /usr/bin/mandoc
_build .[1-9ln].bz2 /usr/bin/bzcat %s | /usr/bin/mandoc
_build .[1-9ln].gz /usr/bin/zcat %s | /usr/bin/mandoc
_build .[1-9ln].xz /usr/bin/xzcat %s | /usr/bin/mandoc
_build .tbl /usr/bin/mandoc %s
_build .tbl.Z /usr/bin/zcat %s | /usr/bin/mandoc
_build .tbl.bz2 /usr/bin/bzcat %s | /usr/bin/mandoc
_build .tbl.gz /usr/bin/zcat %s | /usr/bin/mandoc
_build .tbl.xz /usr/bin/xzcat %s | /usr/bin/mandoc
_build .me /usr/bin/nroff -msafer -me %s 2>/dev/null | cat -s
_crunch .Z /usr/bin/zcat > %s
_crunch .bz2 /usr/bin/bzcat > %s
_crunch .gz /usr/bin/zcat > %s
_crunch .xz /usr/bin/xzcat > %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
# LSC, for MINIX: Add /usr/man ...
_default /usr/{,share,X11R7,X11R6,pkg,local}/man/
# Other sections that represent complete man subdirectories.
X11R7 /usr/X11R7/man/
X11R6 /usr/X11R6/man/
packages /usr/pkg/man/
local /usr/local/man/
# Specific section/directory combinations.
1 {cat,man}1
2 {cat,man}2
3 {cat,man}3
3F {cat,man}3f
3f {cat,man}3f
3lua {cat,man}3lua
3l {cat,man}3lua
4 {cat,man}4
5 {cat,man}5
6 {cat,man}6
7 {cat,man}7
8 {cat,man}8
9 {cat,man}9
9lua {cat,man}9lua
9l {cat,man}9lua
l {cat,man}l
n {cat,man}n
# machine classes per machine
_i386 x86
_amd64 x86
_sparc64 sparc