summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>1997-11-26 18:56:42 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>1997-11-26 18:56:42 +0000
commit8ff570e6f1f5e2a44326585117c428e8eab7687a (patch)
tree87372630a3bd904ee8874eb84117cb951ba2a743
parent51a823bc9ee43f78d060bf3021b8e8bcd786e849 (diff)
Add cat3p man3p
-rw-r--r--etc/man.conf7
1 files changed, 5 insertions, 2 deletions
diff --git a/etc/man.conf b/etc/man.conf
index 613634ffe70..2d115f703f8 100644
--- a/etc/man.conf
+++ b/etc/man.conf
@@ -1,4 +1,4 @@
-# $OpenBSD: man.conf,v 1.4 1996/10/02 00:08:52 dm Exp $
+# $OpenBSD: man.conf,v 1.5 1997/11/26 18:56:41 millert Exp $
# Sheer, raging paranoia...
_version BSD.2
@@ -9,7 +9,7 @@ _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 cat4 man4 cat5 man5 cat7 man7 cat3f man3f cat9 man9
+_subdir cat1 man1 cat8 man8 cat6 man6 cat2 man2 cat3 man3 cat4 man4 cat5 man5 cat7 man7 cat3f man3f cat9 man9 cat3p man3p
# Files typed by suffix and their commands.
# Note the order, .Z must come after .[1-9].Z, or it will match first.
@@ -19,6 +19,9 @@ _build .0.gz /usr/bin/gunzip -c %s
_build .[1-9] /usr/bin/nroff -man %s
_build .[1-9].Z /usr/bin/zcat %s | /usr/bin/nroff -man
_build .[1-9].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