diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2011-05-14 23:43:03 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2011-05-14 23:43:03 +0000 |
commit | 2952c610dc036d3f3e8fde09f40cabd12598ff93 (patch) | |
tree | dab1d78bda5d72b99ab65403a71dc9fb68cf08bb | |
parent | 8a5c408a36190a7b5c95a98912ed1c38b1eb76b3 (diff) | |
download | mandoc-2952c610dc036d3f3e8fde09f40cabd12598ff93.tar.gz |
Fix makewhatis.1 to have the correct name (it was MANDOC-DB, oops).
-rw-r--r-- | makewhatis.1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/makewhatis.1 b/makewhatis.1 index 94592f04..36a6ef46 100644 --- a/makewhatis.1 +++ b/makewhatis.1 @@ -15,7 +15,7 @@ .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" .Dd $Mdocdate$ -.Dt MANDOC-DB 1 +.Dt MAKEWHATIS 1 .Os .Sh NAME .Nm makewhatis |