summaryrefslogtreecommitdiffstats
path: root/mandocdb.8
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2014-04-03 15:37:19 +0000
committerIngo Schwarze <schwarze@openbsd.org>2014-04-03 15:37:19 +0000
commitfdd608127e8ead8ff552fb6cdd590a74c4397d6d (patch)
tree505215058b00a355ac647017bb3b68965cc20268 /mandocdb.8
parentda1a2cc08f7b02615dc8a1dd1e9d14f6c17502bf (diff)
downloadmandoc-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.812
1 files changed, 5 insertions, 7 deletions
diff --git a/mandocdb.8 b/mandocdb.8
index 9e66e9e3..e25a8869 100644
--- a/mandocdb.8
+++ b/mandocdb.8
@@ -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