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

Diff for /mandoc/main.c between version 1.290 and 1.291

version 1.290, 2017/05/16 19:06:30 version 1.291, 2017/05/17 23:39:31
Line 950  toptions(struct curparse *curp, char *arg)
Line 950  toptions(struct curparse *curp, char *arg)
                 curp->outtype = OUTT_UTF8;                  curp->outtype = OUTT_UTF8;
         else if (0 == strcmp(arg, "locale"))          else if (0 == strcmp(arg, "locale"))
                 curp->outtype = OUTT_LOCALE;                  curp->outtype = OUTT_LOCALE;
         else if (0 == strcmp(arg, "xhtml"))  
                 curp->outtype = OUTT_HTML;  
         else if (0 == strcmp(arg, "ps"))          else if (0 == strcmp(arg, "ps"))
                 curp->outtype = OUTT_PS;                  curp->outtype = OUTT_PS;
         else if (0 == strcmp(arg, "pdf"))          else if (0 == strcmp(arg, "pdf"))

Legend:
Removed from v.1.290  
changed lines
  Added in v.1.291

CVSweb