[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.324 and 1.325

version 1.324, 2015/07/25 14:28:59 version 1.325, 2015/09/14 12:57:47
Line 146  static const struct termact termacts[MDOC_MAX] = {
Line 146  static const struct termact termacts[MDOC_MAX] = {
         { termp_under_pre, NULL }, /* Ar */          { termp_under_pre, NULL }, /* Ar */
         { termp_cd_pre, NULL }, /* Cd */          { termp_cd_pre, NULL }, /* Cd */
         { termp_bold_pre, NULL }, /* Cm */          { termp_bold_pre, NULL }, /* Cm */
         { NULL, NULL }, /* Dv */          { termp_li_pre, NULL }, /* Dv */
         { termp_er_pre, NULL }, /* Er */          { termp_er_pre, NULL }, /* Er */
         { termp_tag_pre, NULL }, /* Ev */          { termp_tag_pre, NULL }, /* Ev */
         { termp_ex_pre, NULL }, /* Ex */          { termp_ex_pre, NULL }, /* Ex */

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

CVSweb