[BACK]Return to mdoc_term.c CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / mandoc

Diff for /mandoc/mdoc_term.c between version 1.126 and 1.127

version 1.126, 2010/05/17 23:57:06 version 1.127, 2010/05/22 20:41:48
Line 1044  termp_nm_pre(DECL_ARGS)
Line 1044  termp_nm_pre(DECL_ARGS)
 {  {
   
         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.126  
changed lines
  Added in v.1.127

CVSweb