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

Diff for /mandoc/main.c between version 1.266 and 1.267

version 1.266, 2016/05/18 22:36:00 version 1.267, 2016/07/08 22:29:05
Line 479  main(int argc, char *argv[])
Line 479  main(int argc, char *argv[])
                                     conf.output.synopsisonly);                                      conf.output.synopsisonly);
   
                         if (argc > 1 && curp.outtype <= OUTT_UTF8)                          if (argc > 1 && curp.outtype <= OUTT_UTF8)
                                 ascii_sepline(curp.outdata);                                  terminal_sepline(curp.outdata);
                 } else if (rc < MANDOCLEVEL_ERROR)                  } else if (rc < MANDOCLEVEL_ERROR)
                         rc = MANDOCLEVEL_ERROR;                          rc = MANDOCLEVEL_ERROR;
   

Legend:
Removed from v.1.266  
changed lines
  Added in v.1.267

CVSweb