[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.26 and 1.27

version 1.26, 2009/08/19 11:30:40 version 1.27, 2009/08/20 11:51:07
Line 110  static const struct termact termacts[MAN_MAX] = {
Line 110  static const struct termact termacts[MAN_MAX] = {
         { pre_I, post_I }, /* I */          { pre_I, post_I }, /* I */
         { pre_IR, NULL }, /* IR */          { pre_IR, NULL }, /* IR */
         { pre_RI, NULL }, /* RI */          { pre_RI, NULL }, /* RI */
         { NULL, NULL }, /* na */ /* TODO: document that has no effect */          { NULL, NULL }, /* na */
         { pre_I, post_i }, /* i */          { pre_I, post_i }, /* i */
         { pre_sp, NULL }, /* sp */          { pre_sp, NULL }, /* sp */
         { pre_nf, NULL }, /* nf */          { pre_nf, NULL }, /* nf */
Line 118  static const struct termact termacts[MAN_MAX] = {
Line 118  static const struct termact termacts[MAN_MAX] = {
         { pre_r, NULL }, /* r */          { pre_r, NULL }, /* r */
         { NULL, NULL }, /* RE */          { NULL, NULL }, /* RE */
         { pre_RS, post_RS }, /* RS */          { pre_RS, post_RS }, /* RS */
           { NULL, NULL }, /* DT */
 };  };
   
 #ifdef __linux__  #ifdef __linux__

Legend:
Removed from v.1.26  
changed lines
  Added in v.1.27

CVSweb