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

Diff for /mandoc/mandocdb.c between version 1.39 and 1.40

version 1.39, 2011/12/25 14:58:39 version 1.40, 2011/12/25 16:53:51
Line 1538  ofile_argbuild(int argc, char *argv[], struct of **of)
Line 1538  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 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.   * 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.39  
changed lines
  Added in v.1.40

CVSweb