[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.47 and 1.48

version 1.47, 2010/10/15 20:45:03 version 1.48, 2010/10/15 21:33:47
Line 841 
Line 841 
         if ( ! tbl_close(n->data.TS, "<man>", n->line))          if ( ! tbl_close(n->data.TS, "<man>", n->line))
                 return(0);                  return(0);
   
         tbl_write(n->data.TS);          tbl_write(p, n->data.TS);
   
         return(0);          return(0);
 }  }

Legend:
Removed from v.1.47  
changed lines
  Added in v.1.48