diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2022-03-20 15:41:47 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2022-03-20 15:41:47 +0000 |
commit | e4a41f47617efe692a64a05a3c8f7004cf66f56d (patch) | |
tree | 00e527b179779be7fc250339f8eb7667289be585 | |
parent | 13a5b7888c2422b55e851552cf21d2868603d87e (diff) | |
download | mandoc-e4a41f47617efe692a64a05a3c8f7004cf66f56d.tar.gz |
The demandoc(1) program neither reads nor writes any databases, so
delete a sentence taking about databases. Having that sentence in
the first place probably was a copy-and-paste mistake when adopting
some text from the makewhatis(8) manual page.
Triggered by a smaller patch sent to discuss@
by Paul A. Patience <paul at apatience dot com>.
-rw-r--r-- | demandoc.1 | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1,4 +1,4 @@ -.\" $Id$ +.\" $Id$ .\" .\" Copyright (c) 2011 Kristaps Dzonsons <kristaps@bsd.lv> .\" @@ -80,7 +80,6 @@ error accessing input files. Such errors cause .Nm to exit at once, possibly in the middle of parsing or formatting a file. -The output databases are corrupt and should be removed . .El .Sh EXAMPLES The traditional usage of |