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

Diff for /src/usr.bin/mandoc/mdoc_term.c between version 1.82 and 1.83

version 1.82, 2010/05/24 00:00:10 version 1.83, 2010/05/24 00:37:01
Line 1041 
Line 1041 
 {  {
   
         if (NULL == n->child && NULL == m->name)          if (NULL == n->child && NULL == m->name)
                   return(1);
   
         if (SEC_SYNOPSIS == n->sec && MDOC_LINE & n->flags)          if (SEC_SYNOPSIS == n->sec && MDOC_LINE & n->flags)
                 term_newln(p);                  term_newln(p);

Legend:
Removed from v.1.82  
changed lines
  Added in v.1.83