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

Diff for /src/usr.bin/mandoc/man_term.c between version 1.49 and 1.50

version 1.49, 2010/10/15 22:07:12 version 1.50, 2010/10/16 20:49:37
Line 838 
Line 838 
         if (MAN_BLOCK != n->type)          if (MAN_BLOCK != n->type)
                 return(0);                  return(0);
   
         if ( ! tbl_close(p, n->data.TS, "<man>", n->line))          if (tbl_close(p, n->data.TS, "man tbl postprocess", n->line))
                 return(0);                  tbl_write(p, n->data.TS);
   
         tbl_write(p, n->data.TS);  
   
         return(0);          return(0);
 }  }

Legend:
Removed from v.1.49  
changed lines
  Added in v.1.50