[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.325 and 1.326

version 1.325, 2015/09/14 12:57:47 version 1.326, 2015/09/21 13:25:00
Line 802  termp_it_pre(DECL_ARGS)
Line 802  termp_it_pre(DECL_ARGS)
                 if (n->type != ROFFT_HEAD)                  if (n->type != ROFFT_HEAD)
                         break;                          break;
   
                 p->flags |= TERMP_NOBREAK | TERMP_BRIND;                  p->flags |= TERMP_NOBREAK | TERMP_BRTRSP | TERMP_BRIND;
                 p->trailspace = 2;                  p->trailspace = 2;
   
                 if (NULL == n->next || NULL == n->next->child)                  if (NULL == n->next || NULL == n->next->child)
Line 974  termp_it_post(DECL_ARGS)
Line 974  termp_it_post(DECL_ARGS)
          * has munged them in the meanwhile.           * has munged them in the meanwhile.
          */           */
   
         p->flags &= ~(TERMP_NOBREAK | TERMP_BRIND |          p->flags &= ~(TERMP_NOBREAK | TERMP_BRTRSP | TERMP_BRIND |
                         TERMP_DANGLE | TERMP_HANG);                          TERMP_DANGLE | TERMP_HANG);
         p->trailspace = 0;          p->trailspace = 0;
 }  }

Legend:
Removed from v.1.325  
changed lines
  Added in v.1.326

CVSweb