diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2011-12-25 16:53:51 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2011-12-25 16:53:51 +0000 |
commit | b7365608ef06a71f7d9658905a3ceb25eeb5089b (patch) | |
tree | d1a0b7f2f90df9c8c61f0566d62665c42573a4cc /mandocdb.c | |
parent | e354f02652b641f5d8891c38baf28df81421f487 (diff) | |
download | mandoc-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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. */ |