aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/mandocdb.c
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2011-12-25 16:53:51 +0000
committerIngo Schwarze <schwarze@openbsd.org>2011-12-25 16:53:51 +0000
commitedc2864f44502c5d9f45664a5d58f03c4146ca27 (patch)
tree6fbe15f6fc3c0b482bfe37eef95aa0653781a6df /mandocdb.c
parent0c0e6315b693c775634281199f1983184acff5e5 (diff)
downloadmandoc-edc2864f44502c5d9f45664a5d58f03c4146ca27.tar.gz
mandoc-edc2864f44502c5d9f45664a5d58f03c4146ca27.tar.zst
mandoc-edc2864f44502c5d9f45664a5d58f03c4146ca27.zip
Use the traditional name "whatis.db" for the mandocdb(8) databases.
Requested by deraadt@, ok kristaps@.
Diffstat (limited to 'mandocdb.c')
-rw-r--r--mandocdb.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mandocdb.c b/mandocdb.c
index 2c38339b..04495315 100644
--- a/mandocdb.c
+++ b/mandocdb.c
@@ -1,4 +1,4 @@
-/* $Id: mandocdb.c,v 1.39 2011/12/25 14:58:39 schwarze Exp $ */
+/* $Id: mandocdb.c,v 1.40 2011/12/25 16:53:51 schwarze Exp $ */
/*
* Copyright (c) 2011 Kristaps Dzonsons <kristaps@bsd.lv>
* Copyright (c) 2011 Ingo Schwarze <schwarze@openbsd.org>
@@ -1538,7 +1538,7 @@ ofile_argbuild(int argc, char *argv[], struct of **of)
* Recursively build up a list of files to parse.
* We use this instead of ftw() and so on because I don't want global
* variables hanging around.
- * This ignores the mandoc.db and mandoc.index files, but assumes that
+ * This ignores the whatis.db and whatis.index files, but assumes that
* everything else is a manual.
* Pass in a pointer to a NULL structure for the first invocation.
*/