diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2011-06-22 10:36:36 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2011-06-22 10:36:36 +0000 |
commit | 700a2d52a634597b159dc6803060a0013ae77323 (patch) | |
tree | 035c1533e3f23f95a5bf4ebdfeff61b751c2585a /makewhatis.1 | |
parent | 0beed49caa05269677d9115b20d0991af8a70406 (diff) | |
download | mandoc-700a2d52a634597b159dc6803060a0013ae77323.tar.gz |
Clean up makewhatis.c a little bit and add verbosity (-v).
Diffstat (limited to 'makewhatis.1')
-rw-r--r-- | makewhatis.1 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/makewhatis.1 b/makewhatis.1 index 9c74a8d5..5df47f7c 100644 --- a/makewhatis.1 +++ b/makewhatis.1 @@ -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, |