[BACK]Return to main.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / mandoc

Diff for /src/usr.bin/mandoc/main.c between version 1.115 and 1.116

version 1.115, 2014/12/21 14:49:00 version 1.116, 2014/12/31 16:50:54
Line 412 
Line 412 
   
                 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 596 
Line 598 
         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.115  
changed lines
  Added in v.1.116