summaryrefslogtreecommitdiffstats
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
commitb7365608ef06a71f7d9658905a3ceb25eeb5089b (patch)
treed1a0b7f2f90df9c8c61f0566d62665c42573a4cc /mandocdb.c
parente354f02652b641f5d8891c38baf28df81421f487 (diff)
downloadmandoc-b7365608ef06a71f7d9658905a3ceb25eeb5089b.tar.gz
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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mandocdb.c b/mandocdb.c
index 4a1ea4cc..7231bfb7 100644
--- a/mandocdb.c
+++ b/mandocdb.c
@@ -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.
*/