diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2014-04-03 15:37:19 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2014-04-03 15:37:19 +0000 |
commit | fdd608127e8ead8ff552fb6cdd590a74c4397d6d (patch) | |
tree | 505215058b00a355ac647017bb3b68965cc20268 /mandocdb.8 | |
parent | da1a2cc08f7b02615dc8a1dd1e9d14f6c17502bf (diff) | |
download | mandoc-fdd608127e8ead8ff552fb6cdd590a74c4397d6d.tar.gz |
The -v option of mandocdb(8) clashes with the -v option of espie@'s
makewhatis(8), which traditionally does something different,
so rename it to -D (mnemonics: Debug, Dump, Display).
Diffstat (limited to 'mandocdb.8')
-rw-r--r-- | mandocdb.8 | 12 |
1 files changed, 5 insertions, 7 deletions
@@ -23,20 +23,20 @@ .Nd index UNIX manuals .Sh SYNOPSIS .Nm -.Op Fl anQvW +.Op Fl aDnQW .Op Fl T Cm utf8 .Op Fl C Ar file .Nm -.Op Fl anQvW +.Op Fl aDnQW .Op Fl T Cm utf8 .Ar dir ... .Nm -.Op Fl nQvW +.Op Fl DnQW .Op Fl T Cm utf8 .Fl d Ar dir .Op Ar .Nm -.Op Fl nvW +.Op Fl DnW .Op Fl T Cm utf8 .Fl u Ar dir .Op Ar @@ -129,8 +129,6 @@ Remove .Ar from the database in .Ar dir . -.It Fl v -Display all files added or removed to the index. .It Fl W Print warnings about potential problems with manual pages to the standard error output. @@ -195,7 +193,7 @@ the options in .Ox 2.7 ; and the options -.Fl aCnQTvW +.Fl aCDnQTW in .Ox 5.6 . .Sh AUTHORS |