aboutsummaryrefslogtreecommitdiffstatshomepage
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
commit77219a39a7d273f7e31e626a51832a2a5dde0960 (patch)
tree2615bb2891f1960932086833d056b026ff60635d /mandocdb.8
parentdbbcf4312fe517f62b905254453b4ddd1923055f (diff)
downloadmandoc-77219a39a7d273f7e31e626a51832a2a5dde0960.tar.gz
mandoc-77219a39a7d273f7e31e626a51832a2a5dde0960.tar.zst
mandoc-77219a39a7d273f7e31e626a51832a2a5dde0960.zip
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.814
1 files changed, 6 insertions, 8 deletions
diff --git a/mandocdb.8 b/mandocdb.8
index 75ddd989..173f2c2a 100644
--- a/mandocdb.8
+++ b/mandocdb.8
@@ -1,4 +1,4 @@
-.\" $Id: mandocdb.8,v 1.22 2014/04/03 15:24:32 schwarze Exp $
+.\" $Id: mandocdb.8,v 1.23 2014/04/03 15:37:19 schwarze Exp $
.\"
.\" Copyright (c) 2011, 2012 Kristaps Dzonsons <kristaps@bsd.lv>
.\" Copyright (c) 2011, 2012 Ingo Schwarze <schwarze@openbsd.org>
@@ -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