[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.228 and 1.229

version 1.228, 2015/10/12 00:07:27 version 1.229, 2015/10/12 15:27:53
Line 885 
Line 885 
                 case LIST_dash:                  case LIST_dash:
                 case LIST_hyphen:                  case LIST_hyphen:
                         term_fontpush(p, TERMFONT_BOLD);                          term_fontpush(p, TERMFONT_BOLD);
                         term_word(p, "\\(hy");                          term_word(p, "-");
                         term_fontpop(p);                          term_fontpop(p);
                         break;                          break;
                 case LIST_enum:                  case LIST_enum:

Legend:
Removed from v.1.228  
changed lines
  Added in v.1.229