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

Diff for /mandoc/main.c between version 1.200 and 1.201

version 1.200, 2014/11/26 21:40:17 version 1.201, 2014/12/02 11:31:51
Line 148  main(int argc, char *argv[])
Line 148  main(int argc, char *argv[])
         /* Parser and formatter options. */          /* Parser and formatter options. */
   
         memset(&curp, 0, sizeof(struct curparse));          memset(&curp, 0, sizeof(struct curparse));
         curp.outtype = OUTT_ASCII;          curp.outtype = OUTT_LOCALE;
         curp.wlevel  = MANDOCLEVEL_FATAL;          curp.wlevel  = MANDOCLEVEL_FATAL;
         options = MPARSE_SO | MPARSE_UTF8 | MPARSE_LATIN1;          options = MPARSE_SO | MPARSE_UTF8 | MPARSE_LATIN1;
         defos = NULL;          defos = NULL;

Legend:
Removed from v.1.200  
changed lines
  Added in v.1.201

CVSweb