=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mandoc/mandocdb.c,v retrieving revision 1.29 retrieving revision 1.30 diff -c -r1.29 -r1.30 *** src/usr.bin/mandoc/mandocdb.c 2011/12/25 14:51:33 1.29 --- src/usr.bin/mandoc/mandocdb.c 2011/12/25 16:52:55 1.30 *************** *** 1,4 **** ! /* $Id: mandocdb.c,v 1.29 2011/12/25 14:51:33 schwarze Exp $ */ /* * Copyright (c) 2011 Kristaps Dzonsons * Copyright (c) 2011 Ingo Schwarze --- 1,4 ---- ! /* $Id: mandocdb.c,v 1.30 2011/12/25 16:52:55 schwarze Exp $ */ /* * Copyright (c) 2011 Kristaps Dzonsons * Copyright (c) 2011 Ingo Schwarze *************** *** 1526,1532 **** * 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 * everything else is a manual. * Pass in a pointer to a NULL structure for the first invocation. */ --- 1526,1532 ---- * 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 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. */