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

Diff for /mandoc/mandocd.c between version 1.9 and 1.10

version 1.9, 2018/12/30 00:49:55 version 1.10, 2019/03/03 11:01:15
Line 171  main(int argc, char *argv[])
Line 171  main(int argc, char *argv[])
                 errx(1, "file descriptor %s %s", argv[1], errstr);                  errx(1, "file descriptor %s %s", argv[1], errstr);
   
         mchars_alloc();          mchars_alloc();
         parser = mparse_alloc(MPARSE_SO | MPARSE_UTF8 | MPARSE_LATIN1,          parser = mparse_alloc(MPARSE_SO | MPARSE_UTF8 | MPARSE_LATIN1 |
             MANDOC_OS_OTHER, defos);              MPARSE_VALIDATE, MANDOC_OS_OTHER, defos);
   
         memset(&options, 0, sizeof(options));          memset(&options, 0, sizeof(options));
         switch (outtype) {          switch (outtype) {

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10

CVSweb