aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/makewhatis.1
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2011-06-22 10:36:36 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2011-06-22 10:36:36 +0000
commitb798e2f310dfb8b08a37d21e0f52592f02426620 (patch)
tree1fe8cfa7054216fbb5566ec23d7f65d9706c008c /makewhatis.1
parentbe592fa5c6fb8d29d7c83639eb53888ef64cb498 (diff)
downloadmandoc-b798e2f310dfb8b08a37d21e0f52592f02426620.tar.gz
mandoc-b798e2f310dfb8b08a37d21e0f52592f02426620.tar.zst
mandoc-b798e2f310dfb8b08a37d21e0f52592f02426620.zip
Clean up makewhatis.c a little bit and add verbosity (-v).
Diffstat (limited to 'makewhatis.1')
-rw-r--r--makewhatis.19
1 files changed, 7 insertions, 2 deletions
diff --git a/makewhatis.1 b/makewhatis.1
index 0e781c99..3546cb3c 100644
--- a/makewhatis.1
+++ b/makewhatis.1
@@ -1,4 +1,4 @@
-.\" $Id: makewhatis.1,v 1.5 2011/06/21 14:16:05 kristaps Exp $
+.\" $Id: makewhatis.1,v 1.6 2011/06/22 10:36:36 kristaps Exp $
.\"
.\" Copyright (c) 2011 Kristaps Dzonsons <kristaps@bsd.lv>
.\"
@@ -14,7 +14,7 @@
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: June 21 2011 $
+.Dd $Mdocdate: June 22 2011 $
.Dt MAKEWHATIS 1
.Os
.Sh NAME
@@ -22,6 +22,7 @@
.Nd index UNIX manuals
.Sh SYNOPSIS
.Nm
+.Op Fl v
.Op Fl d Ar dir
.Ar
.Sh DESCRIPTION
@@ -41,6 +42,10 @@ or
.Xr man 7
.Ux
manual format.
+.It Fl v
+Verbose output.
+If specified once, prints the name of each indexed file.
+If twice, prints keywords for each file.
.El
.Pp
By default,