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

Diff for /mandoc/main.c between version 1.241 and 1.242

version 1.241, 2015/07/19 00:07:42 version 1.242, 2015/07/19 06:05:16
Line 458  main(int argc, char *argv[])
Line 458  main(int argc, char *argv[])
                                 passthrough(resp->file, fd,                                  passthrough(resp->file, fd,
                                     conf.output.synopsisonly);                                      conf.output.synopsisonly);
   
                         rctmp = mparse_wait(curp.mp);  
                         if (rc < rctmp)  
                                 rc = rctmp;  
   
                         if (argc > 1 && curp.outtype <= OUTT_UTF8)                          if (argc > 1 && curp.outtype <= OUTT_UTF8)
                                 ascii_sepline(curp.outdata);                                  ascii_sepline(curp.outdata);
                 }                  }

Legend:
Removed from v.1.241  
changed lines
  Added in v.1.242

CVSweb