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

Diff for /src/usr.bin/mandoc/man.c between version 1.18 and 1.19

version 1.18, 2010/02/18 02:11:26 version 1.19, 2010/02/26 12:42:29
Line 564 
Line 564 
                 goto err;                  goto err;
   
 out:  out:
         if ( ! (MAN_BLINE & fl))          if ( ! (MAN_BLINE & fl) || (MAN_TEXT != m->last->type &&
               (NULL == m->last->child || MAN_TEXT != m->last->child->type)))
                 return(1);                  return(1);
   
         /*          /*

Legend:
Removed from v.1.18  
changed lines
  Added in v.1.19