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

Diff for /mandoc/main.c between version 1.209 and 1.210

version 1.209, 2014/12/21 14:49:28 version 1.210, 2014/12/31 16:52:39
Line 447  main(int argc, char *argv[])
Line 447  main(int argc, char *argv[])
   
                 if (MANDOCLEVEL_OK != rc && curp.wstop)                  if (MANDOCLEVEL_OK != rc && curp.wstop)
                         break;                          break;
                 argc--;  
                   if (--argc && curp.outtype <= OUTT_UTF8)
                           ascii_sepline(curp.outdata);
         }          }
   
         if (curp.outfree)          if (curp.outfree)
Line 634  passthrough(const char *file, int fd, int synopsis_onl
Line 636  passthrough(const char *file, int fd, int synopsis_onl
         size_t           len, off;          size_t           len, off;
         ssize_t          nw;          ssize_t          nw;
         int              print;          int              print;
   
           fflush(stdout);
   
         if ((stream = fdopen(fd, "r")) == NULL) {          if ((stream = fdopen(fd, "r")) == NULL) {
                 close(fd);                  close(fd);

Legend:
Removed from v.1.209  
changed lines
  Added in v.1.210

CVSweb