[BACK]Return to mandocdb.c CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / mandoc

Diff for /mandoc/mandocdb.c between version 1.49.2.4 and 1.49.2.5

version 1.49.2.4, 2013/09/17 23:12:21 version 1.49.2.5, 2013/09/18 00:54:20
Line 1747  ofile_argbuild(int argc, char *argv[], struct of **of,
Line 1747  ofile_argbuild(int argc, char *argv[], struct of **of,
  * Recursively build up a list of files to parse.   * Recursively build up a list of files to parse.
  * We use this instead of ftw() and so on because I don't want global   * We use this instead of ftw() and so on because I don't want global
  * variables hanging around.   * 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.   * everything else is a manual.
  * Pass in a pointer to a NULL structure for the first invocation.   * Pass in a pointer to a NULL structure for the first invocation.
  */   */

Legend:
Removed from v.1.49.2.4  
changed lines
  Added in v.1.49.2.5

CVSweb