[BACK]Return to mandocdb.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / mandoc

Diff for /src/usr.bin/mandoc/mandocdb.c between version 1.180 and 1.181

version 1.180, 2016/10/18 14:13:46 version 1.181, 2016/10/18 14:20:07
Line 445 
Line 445 
         } else {          } else {
                 /*                  /*
                  * If we have arguments, use them as our manpaths.                   * If we have arguments, use them as our manpaths.
                  * If we don't, grok from manpath(1) or however else                   * If we don't, use man.conf(5).
                  * manconf_parse() wants to do it.  
                  */                   */
                 if (argc > 0) {                  if (argc > 0) {
                         conf.manpath.paths = mandoc_reallocarray(NULL,                          conf.manpath.paths = mandoc_reallocarray(NULL,

Legend:
Removed from v.1.180  
changed lines
  Added in v.1.181