diff options
author | 1996-10-02 00:08:52 +0000 | |
---|---|---|
committer | 1996-10-02 00:08:52 +0000 | |
commit | f3b6fb8149db8dc4747e3acdbc4681bcb06105f0 (patch) | |
tree | 93fc0c9dc12d0a0fecfc656d4c2fd8b5c0dbd47d | |
parent | comment out unused typedef, nameclash on Amiga. (diff) | |
download | wireguard-openbsd-f3b6fb8149db8dc4747e3acdbc4681bcb06105f0.tar.xz wireguard-openbsd-f3b6fb8149db8dc4747e3acdbc4681bcb06105f0.zip |
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 |