[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.329 and 1.330

version 1.329, 2015/10/12 00:08:16 version 1.330, 2015/10/12 15:29:35
Line 887  termp_it_pre(DECL_ARGS)
Line 887  termp_it_pre(DECL_ARGS)
                 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.329  
changed lines
  Added in v.1.330

CVSweb