=================================================================== RCS file: /cvs/mandoc/mandocdb.c,v retrieving revision 1.39 retrieving revision 1.40 diff -u -p -r1.39 -r1.40 --- mandoc/mandocdb.c 2011/12/25 14:58:39 1.39 +++ mandoc/mandocdb.c 2011/12/25 16:53:51 1.40 @@ -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 * Copyright (c) 2011 Ingo Schwarze @@ -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. */