diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2017-05-17 23:23:00 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2017-05-17 23:23:00 +0000 |
commit | ca8ab48c019b51285f9d5dd95a4114d3051ccb3a (patch) | |
tree | f865b9937a6b91abbc4d0ab8a95f1222c79fe6bb /man.1 | |
parent | dfdc0bcb581db71fdd2a29bf9ecb2a2776d68b46 (diff) | |
download | mandoc-ca8ab48c019b51285f9d5dd95a4114d3051ccb3a.tar.gz |
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 'man.1')
-rw-r--r-- | man.1 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |