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

Diff for /mandoc/mandocd.c between version 1.7 and 1.8

version 1.7, 2018/12/13 11:55:46 version 1.8, 2018/12/14 01:18:26
Line 172  main(int argc, char *argv[])
Line 172  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,
             MANDOCERR_MAX, NULL, MANDOC_OS_OTHER, defos);              MANDOC_OS_OTHER, defos);
   
         memset(&options, 0, sizeof(options));          memset(&options, 0, sizeof(options));
         switch (outtype) {          switch (outtype) {

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

CVSweb