=================================================================== RCS file: /cvs/mandoc/mandocdb.c,v retrieving revision 1.49.2.4 retrieving revision 1.49.2.5 diff -u -p -r1.49.2.4 -r1.49.2.5 --- mandoc/mandocdb.c 2013/09/17 23:12:21 1.49.2.4 +++ mandoc/mandocdb.c 2013/09/18 00:54:20 1.49.2.5 @@ -1,4 +1,4 @@ -/* $Id: mandocdb.c,v 1.49.2.4 2013/09/17 23:12:21 schwarze Exp $ */ +/* $Id: mandocdb.c,v 1.49.2.5 2013/09/18 00:54:20 schwarze Exp $ */ /* * Copyright (c) 2011, 2012 Kristaps Dzonsons * Copyright (c) 2011, 2012 Ingo Schwarze @@ -1747,7 +1747,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 mandocdb.db and mandocdb.index files, but assumes that + * This ignores the mandoc.db and mandoc.index files, but assumes that * everything else is a manual. * Pass in a pointer to a NULL structure for the first invocation. */