diff options
author | 2017-05-17 23:22:29 +0000 | |
---|---|---|
committer | 2017-05-17 23:22:29 +0000 | |
commit | 66fc74c427bc98db20f9d526cc2308f70888fe41 (patch) | |
tree | ad73d5d3452212dfba391123a15484c15c2c7595 | |
parent | Modernize an example showing antiquated syntax, (diff) | |
download | wireguard-openbsd-66fc74c427bc98db20f9d526cc2308f70888fe41.tar.xz wireguard-openbsd-66fc74c427bc98db20f9d526cc2308f70888fe41.zip |
Fix documentation bug:
man(1) does not ignore manpath directories lacking mandoc.db(5) files;
instead, it uses filename lookup to find manuals in such directories.
-rw-r--r-- | usr.bin/mandoc/man.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/mandoc/man.1 b/usr.bin/mandoc/man.1 index 374591785c3..b8c6bfd4416 100644 --- a/usr.bin/mandoc/man.1 +++ b/usr.bin/mandoc/man.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: man.1,v 1.26 2017/03/27 18:51:20 schwarze Exp $ +.\" $OpenBSD: man.1,v 1.27 2017/05/17 23:22:29 schwarze Exp $ .\" .\" Copyright (c) 1989, 1990, 1993 .\" The Regents of the University of California. All rights reserved. @@ -31,7 +31,7 @@ .\" .\" @(#)man.1 8.2 (Berkeley) 1/2/94 .\" -.Dd $Mdocdate: March 27 2017 $ +.Dd $Mdocdate: May 17 2017 $ .Dt MAN 1 .Os .Sh NAME @@ -262,7 +262,7 @@ environment variable. The format of the path is a colon .Pq Ql \&: separated list of directories. -Invalid paths, or paths without manual databases, are ignored. +Invalid paths are ignored. Overridden by .Fl M , ignored if |