diff options
author | 2017-08-22 18:17:47 +0000 | |
---|---|---|
committer | 2017-08-22 18:17:47 +0000 | |
commit | ce2ca8374b7a17a9f9e7dcbe0732b44d12e8d72d (patch) | |
tree | 313b3213fd1c06979fe9507c48e72a5b98eb1eb7 | |
parent | When finding a bogus database entry, (diff) | |
download | wireguard-openbsd-ce2ca8374b7a17a9f9e7dcbe0732b44d12e8d72d.tar.xz wireguard-openbsd-ce2ca8374b7a17a9f9e7dcbe0732b44d12e8d72d.zip |
Correct the mandoc.db(5) requirements of man(1) after the deprecation
of MLINKS. Inaccuracy pointed out by espie@.
-rw-r--r-- | usr.bin/mandoc/man.conf.5 | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/usr.bin/mandoc/man.conf.5 b/usr.bin/mandoc/man.conf.5 index 96c16263096..60448e59ac1 100644 --- a/usr.bin/mandoc/man.conf.5 +++ b/usr.bin/mandoc/man.conf.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: man.conf.5,v 1.4 2016/12/28 22:47:11 schwarze Exp $ +.\" $OpenBSD: man.conf.5,v 1.5 2017/08/22 18:17:47 schwarze Exp $ .\" .\" Copyright (c) 2015 Ingo Schwarze <schwarze@openbsd.org> .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: December 28 2016 $ +.Dd $Mdocdate: August 22 2017 $ .Dt MAN.CONF 5 .Os .Sh NAME @@ -74,8 +74,12 @@ in each directory configured with .Ic manpath is recommended and necessary for .Xr apropos 1 -to work, but not strictly required for -.Xr man 1 . +to work, and also for +.Xr man 1 +on operating systems like +.Ox +that install each manual page with only one file name in the file system, +even if it documents multiple utilities or functions. .It Ic output Ar option Op Ar value Configure the default value of an output option. These directives are overridden by the |