diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1995-12-17 13:30:04 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1995-12-17 13:30:04 +0000 |
commit | 2c31e98474d7170160af7500a1f248a25fa16306 (patch) | |
tree | 85b3185e0107f98f4d1ab221b8bc761fd0c35065 /etc/man.conf | |
parent | 5231119bf4668c4c03a5dfd18d7d94d5160104e0 (diff) |
add man9
Diffstat (limited to 'etc/man.conf')
-rw-r--r-- | etc/man.conf | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/etc/man.conf b/etc/man.conf index 302c63b5aaf..0427766ab01 100644 --- a/etc/man.conf +++ b/etc/man.conf @@ -1,4 +1,4 @@ -# $Id: man.conf,v 1.1 1995/10/18 08:37:56 deraadt Exp $ +# $NetBSD: man.conf,v 1.6 1995/12/17 01:56:55 thorpej Exp $ # Sheer, raging paranoia... _version BSD.2 @@ -7,7 +7,7 @@ _version BSD.2 _whatdb /usr/share/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 +_subdir cat1 man1 cat8 man8 cat6 man6 cat2 man2 cat3 man3 cat4 man4 cat5 man5 cat7 man7 cat3f man3f cat9 man9 # Files typed by suffix and their commands. # Note the order, .Z must come after .[1-9].Z, or it will match first. @@ -53,3 +53,4 @@ doc /usr/share/doc/{sendmail/op,sendmail/intro} 6 /usr/{share,X11R6,X386,X11,X11R4,contrib,local}/{man/,man/old/}{cat,man}6 7 /usr/{share,X11R6,X386,X11,X11R4,contrib,local}/{man/,man/old/}{cat,man}7 8 /usr/{share,X11R6,X386,X11,X11R4,contrib,local}/{man/,man/old/}{cat,man}8 +9 /usr/share/man/{cat,man}9 |