[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.63 and 1.64

version 1.63, 2011/01/23 14:54:15 version 1.64, 2011/01/25 12:35:07
Line 208 
Line 208 
 {  {
         term_newln(p);          term_newln(p);
   
           if (n->body && n->body->child && MAN_TBL == n->body->child->type)
                   return;
   
         if (NULL == n->prev)          if (NULL == n->prev)
                 return;                  return;
   

Legend:
Removed from v.1.63  
changed lines
  Added in v.1.64