head 1.1; branch 1.1.1; access ; symbols nastore3-beta-20000227:1.1.1.1 NAS:1.1.1; locks ; strict; comment @# @; 1.1 date 2000.02.28.02.17.52; author wrstuden; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 2000.02.28.02.17.52; author wrstuden; state Exp; branches ; next ; desc @@ 1.1 log @Initial revision @ text @# $NetBSD: man.conf,v 1.13 1999/01/02 23:50:40 tv Exp $ # Sheer, raging paranoia... _version BSD.2 # The whatis/apropos database. _whatdb /usr/share/man/whatis.db _whatdb /usr/mss/man/whatis.db _whatdb /usr/X11R6/man/whatis.db _whatdb /usr/X11/man/whatis.db _whatdb /usr/pkg/man/whatis.db _whatdb /usr/local/man/whatis.db # Subdirectories for paths ending in '/', IN SEARCH ORDER. _subdir cat1 man1 cat8 man8 cat6 man6 cat2 man2 cat3 man3 cat4 man4 cat5 man5 cat7 man7 cat3f man3f cat9 man9 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.gz /usr/bin/gunzip -c %s _build .[1-9ln] /usr/bin/nroff -man %s _build .[1-9ln][m] /usr/bin/nroff -man %s _build .[1-9ln].Z /usr/bin/zcat %s | /usr/bin/nroff -man _build .[1-9ln].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,pkg,local,mss}/man/ # Other sections that represent complete man subdirectories. X11R6 /usr/X11R6/man/ X11 /usr/X11/man/ packages /usr/pkg/man/ local /usr/local/man/ mss /usr/mss/man/ doc /usr/{pkg,share}/doc/{sendmail/op,sendmail/intro} # Specific section/directory combinations. 1 /usr/{share,X11R6,X11,pkg,local,mss}/man/{cat,man}1 1M /usr/mss/man/man1 1m /usr/mss/man/man1 2 /usr/{share,X11R6,X11,pkg,local,mss}/man/{cat,man}2 3 /usr/{share,X11R6,X11,pkg,local,mss}/man/{cat,man}3 3F /usr/{share,pkg}/man/{cat,man}3f 3f /usr/{share,pkg}/man/{cat,man}3f 4 /usr/{share,X11R6,X11,pkg,local,mss}/man/{cat,man}4 5 /usr/{share,X11R6,X11,pkg,local,mss}/man/{cat,man}5 6 /usr/{share,X11R6,X11,pkg,local,mss}/man/{cat,man}6 7 /usr/{share,X11R6,X11,pkg,local,mss}/man/{cat,man}7 8 /usr/{share,X11R6,X11,pkg,local,mss}/man/{cat,man}8 9 /usr/{share,pkg}/man/{cat,man}9 l /usr/{X11R6,X11,pkg,local}/man/{cat,man}l n /usr/{X11R6,X11,pkg,local}/man/{cat,man}n @ 1.1.1.1 log @Import of snapshot of nastore3 code. Includes kernel code for dmfs, dmfs user utilities, ms66 import and export, vvm, and volman. Also includes makefile magic to automatically generate .tgz source files from the source. Solaris support a bit of a question as zoularis is not working at the moment. @ text @@