[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.176 and 1.177

version 1.176, 2010/07/19 11:11:54 version 1.177, 2010/07/21 21:55:33
Line 1026  termp_nm_pre(DECL_ARGS)
Line 1026  termp_nm_pre(DECL_ARGS)
         if (NULL == n->child && NULL == m->name)          if (NULL == n->child && NULL == m->name)
                 return(0);                  return(0);
   
         synopsis_pre(p, n);          if (MDOC_HEAD == n->type)
                   synopsis_pre(p, n->parent);
   
         if (MDOC_HEAD == n->type && n->next->child) {          if (MDOC_HEAD == n->type && n->next->child) {
                 p->flags |= TERMP_NOSPACE | TERMP_NOBREAK | TERMP_HANG;                  p->flags |= TERMP_NOSPACE | TERMP_NOBREAK | TERMP_HANG;

Legend:
Removed from v.1.176  
changed lines
  Added in v.1.177

CVSweb