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

Diff for /mandoc/mandocd.c between version 1.5 and 1.6

version 1.5, 2017/02/17 14:31:52 version 1.6, 2017/06/24 14:38:32
Line 171  main(int argc, char *argv[])
Line 171  main(int argc, char *argv[])
   
         mchars_alloc();          mchars_alloc();
         parser = mparse_alloc(MPARSE_SO | MPARSE_UTF8 | MPARSE_LATIN1,          parser = mparse_alloc(MPARSE_SO | MPARSE_UTF8 | MPARSE_LATIN1,
             MANDOCLEVEL_BADARG, NULL, defos);              MANDOCERR_MAX, NULL, MANDOC_OS_OTHER, defos);
   
         memset(&options, 0, sizeof(options));          memset(&options, 0, sizeof(options));
         switch (outtype) {          switch (outtype) {

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

CVSweb