diff options
| author | plunky <plunky@NetBSD.org> | 2015-04-07 10:17:21 +0000 |
|---|---|---|
| committer | plunky <plunky@NetBSD.org> | 2015-04-07 10:17:21 +0000 |
| commit | 1d91bd5fc15b6aee2e25cfef412df019e0ba3dcf (patch) | |
| tree | ea29a750451f82fe6b9d82626a6a1a38bf27635d /usr.bin/man | |
| parent | 3ebc309046d06391e0dee9692be2015678991ad7 (diff) | |
change _whatdb => _mandb as that is the correct keyword here,
and move it to the correct position in the list.
Diffstat (limited to 'usr.bin/man')
| -rw-r--r-- | usr.bin/man/man.conf.5 | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/usr.bin/man/man.conf.5 b/usr.bin/man/man.conf.5 index 1247bf44a4b..7932d3068db 100644 --- a/usr.bin/man/man.conf.5 +++ b/usr.bin/man/man.conf.5 @@ -1,4 +1,4 @@ -.\" $NetBSD: man.conf.5,v 1.25 2015/03/03 17:59:32 christos Exp $ +.\" $NetBSD: man.conf.5,v 1.26 2015/04/07 10:17:21 plunky Exp $ .\" .\" Copyright (c) 1989, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -116,6 +116,20 @@ in the shell command line, and it will be replaced by the name of the output file. .It _default Contains the system-wide default man path used to search for man pages. +.It _mandb +Defines the full pathname (not just a directory path) for a database to +be used +by the +.Xr apropos 1 +and +.Xr whatis 1 +commands. +The pathname may contain the normal shell globbing characters, +including curly braces +.Pq Dq {} ; +to escape a shell globbing character, +precede it with a backslash +.Pq Dq \e . .It _subdir Contains the list (in search order) of section subdirectories which will be searched in any man path directory named with a trailing slash @@ -142,20 +156,6 @@ including curly braces .Pq Dq {} ) . .It _version Contains the version of the configuration file. -.It _whatdb -Defines the full pathname (not just a directory path) for a database to -be used -by the -.Xr apropos 1 -and -.Xr whatis 1 -commands. -The pathname may contain the normal shell globbing characters, -including curly braces -.Pq Dq {} ; -to escape a shell globbing character, -precede it with a backslash -.Pq Dq \e . .It _ Ns Aq machine Defines additional paths to be searched for the particular .Dv machine |
