Tue Feb 7 21:13:34 2012 UTC ()
Kill one more invocation of tbl. Noticed by wiz


(joerg)
diff -r1.26 -r1.27 src/etc/man.conf

cvs diff -r1.26 -r1.27 src/etc/man.conf (expand / switch to unified diff)

--- src/etc/man.conf 2012/02/07 19:33:19 1.26
+++ src/etc/man.conf 2012/02/07 21:13:34 1.27
@@ -1,37 +1,37 @@ @@ -1,37 +1,37 @@
1# $NetBSD: man.conf,v 1.26 2012/02/07 19:33:19 joerg Exp $ 1# $NetBSD: man.conf,v 1.27 2012/02/07 21:13:34 joerg Exp $
2 2
3# Sheer, raging paranoia... 3# Sheer, raging paranoia...
4_version BSD.2 4_version BSD.2
5 5
6# The whatis/apropos database. 6# The whatis/apropos database.
7_whatdb /usr/share/man/whatis.db 7_whatdb /usr/share/man/whatis.db
8_whatdb /usr/X11R7/man/whatis.db 8_whatdb /usr/X11R7/man/whatis.db
9_whatdb /usr/X11R6/man/whatis.db 9_whatdb /usr/X11R6/man/whatis.db
10_whatdb /usr/pkg/man/whatis.db 10_whatdb /usr/pkg/man/whatis.db
11_whatdb /usr/local/man/whatis.db 11_whatdb /usr/local/man/whatis.db
12 12
13# Subdirectories for paths ending in '/', IN SEARCH ORDER. 13# Subdirectories for paths ending in '/', IN SEARCH ORDER.
14_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 14_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
15 15
16# Files typed by suffix and their commands. 16# Files typed by suffix and their commands.
17# Note the order, .Z must come after .[1-9].Z, or it will match first. 17# Note the order, .Z must come after .[1-9].Z, or it will match first.
18_suffix .0 18_suffix .0
19_build .0.Z /usr/bin/zcat %s 19_build .0.Z /usr/bin/zcat %s
20_build .0.gz /usr/bin/gunzip -c %s 20_build .0.gz /usr/bin/gunzip -c %s
21_build .[1-9ln] /usr/bin/mandoc %s 21_build .[1-9ln] /usr/bin/mandoc %s
22_build .[1-9ln].Z /usr/bin/zcat %s | /usr/bin/mandoc 22_build .[1-9ln].Z /usr/bin/zcat %s | /usr/bin/mandoc
23_build .[1-9ln].gz /usr/bin/gunzip -c %s | /usr/bin/mandoc 23_build .[1-9ln].gz /usr/bin/gunzip -c %s | /usr/bin/mandoc
24_build .tbl /usr/bin/tbl %s | /usr/bin/mandoc 24_build .tbl /usr/bin/mandoc
25_build .tbl.Z /usr/bin/zcat %s | /usr/bin/mandoc 25_build .tbl.Z /usr/bin/zcat %s | /usr/bin/mandoc
26_build .tbl.gz /usr/bin/gunzip -c %s | /usr/bin/mandoc 26_build .tbl.gz /usr/bin/gunzip -c %s | /usr/bin/mandoc
27 27
28_build .me /usr/bin/nroff -msafer -me %s 2>/dev/null | cat -s 28_build .me /usr/bin/nroff -msafer -me %s 2>/dev/null | cat -s
29 29
30_crunch .Z /usr/bin/compress -c > %s 30_crunch .Z /usr/bin/compress -c > %s
31_crunch .gz /usr/bin/gzip -c > %s 31_crunch .gz /usr/bin/gzip -c > %s
32 32
33# Sections and their directories. 33# Sections and their directories.
34# All paths ending in '/' are the equivalent of entries specifying that 34# All paths ending in '/' are the equivalent of entries specifying that
35# directory with all of the subdirectories listed for the keyword _subdir. 35# directory with all of the subdirectories listed for the keyword _subdir.
36 36
37# default 37# default