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

Diff for /mandoc/manpath.c between version 1.6 and 1.7

version 1.6, 2011/12/13 20:56:46 version 1.7, 2011/12/13 21:09:01
Line 63  manpath_parse(struct manpaths *dirs, const char *file,
Line 63  manpath_parse(struct manpaths *dirs, const char *file,
   
         /* Open manpath(1).  Ignore errors. */          /* Open manpath(1).  Ignore errors. */
   
         warnx(cmd);  
         stream = popen(cmd, "r");          stream = popen(cmd, "r");
         if (NULL == stream)          if (NULL == stream)
                 return;                  return;

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

CVSweb