[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.159 and 1.160

version 1.159, 2013/12/25 15:12:39 version 1.160, 2013/12/25 21:24:03
Line 1597 
Line 1597 
   
         for (nn = n->child; nn; nn = nn->next) {          for (nn = n->child; nn; nn = nn->next) {
                 term_fontpush(p, TERMFONT_UNDER);                  term_fontpush(p, TERMFONT_UNDER);
                 if (MDOC_SYNPRETTY & n->flags)                  p->flags |= TERMP_NBRWORD;
                         p->flags |= TERMP_NBRWORD;  
                 term_word(p, nn->string);                  term_word(p, nn->string);
                 term_fontpop(p);                  term_fontpop(p);
   

Legend:
Removed from v.1.159  
changed lines
  Added in v.1.160