diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2017-05-17 23:22:30 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2017-05-17 23:22:30 +0000 |
commit | fb7fefad8072d8343ac25495321f3e4895edb241 (patch) | |
tree | 8e0f9d69002f4208f87a459c8a74b0f72d9f199b /usr.bin/mandoc | |
parent | 0d731e6a16fec7fdff979fb64d3f1b376c476e26 (diff) |
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.
Diffstat (limited to 'usr.bin/mandoc')
-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 |