[BACK]Return to man_term.c CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / mandoc

Diff for /mandoc/man_term.c between version 1.207 and 1.208

version 1.207, 2017/06/17 13:06:16 version 1.208, 2017/06/25 11:42:02
Line 128  static const struct termact __termacts[MAN_MAX - MAN_T
Line 128  static const struct termact __termacts[MAN_MAX - MAN_T
         { pre_literal, NULL, 0 }, /* EE */          { pre_literal, NULL, 0 }, /* EE */
         { pre_UR, post_UR, 0 }, /* UR */          { pre_UR, post_UR, 0 }, /* UR */
         { NULL, NULL, 0 }, /* UE */          { NULL, NULL, 0 }, /* UE */
           { pre_UR, post_UR, 0 }, /* MT */
           { NULL, NULL, 0 }, /* ME */
 };  };
 static  const struct termact *termacts = __termacts - MAN_TH;  static  const struct termact *termacts = __termacts - MAN_TH;
   

Legend:
Removed from v.1.207  
changed lines
  Added in v.1.208

CVSweb