diff options
author | dm <dm@cvs.openbsd.org> | 1996-10-02 00:08:53 +0000 |
---|---|---|
committer | dm <dm@cvs.openbsd.org> | 1996-10-02 00:08:53 +0000 |
commit | 92acea888e64f262ad6bc03b19bed08ac50c1c2a (patch) | |
tree | e245104e2b1f19cbf0f0c802f536443f481d8f92 | |
parent | 8ddd58fc7082f722b97b0804c6c138cacfb9bbe9 (diff) |
Add whatis files in /usr/local/man and /usr/X11R6/man.
-rw-r--r-- | etc/man.conf | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/etc/man.conf b/etc/man.conf index dcb275facb8..613634ffe70 100644 --- a/etc/man.conf +++ b/etc/man.conf @@ -1,10 +1,12 @@ -# $OpenBSD: man.conf,v 1.3 1996/05/26 10:25:33 deraadt Exp $ +# $OpenBSD: man.conf,v 1.4 1996/10/02 00:08:52 dm Exp $ # Sheer, raging paranoia... _version BSD.2 # The whatis/apropos database. _whatdb /usr/share/man/whatis.db +_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 |