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

Diff for /mandoc/catman.c between version 1.4 and 1.5

version 1.4, 2011/12/08 00:20:52 version 1.5, 2011/12/12 02:00:49
Line 112  main(int argc, char *argv[])
Line 112  main(int argc, char *argv[])
         }          }
   
         memset(&dirs, 0, sizeof(struct manpaths));          memset(&dirs, 0, sizeof(struct manpaths));
         manpath_parse(&dirs, base, aux);          manpath_parse(&dirs, NULL, base, aux);
         ch = manup(&dirs, buf);          ch = manup(&dirs, buf);
         manpath_free(&dirs);          manpath_free(&dirs);
         return(ch ? EXIT_SUCCESS : EXIT_FAILURE);          return(ch ? EXIT_SUCCESS : EXIT_FAILURE);

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

CVSweb