[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.24 and 1.25

version 1.24, 2009/08/18 08:48:30 version 1.25, 2009/08/19 09:14:50
Line 100  static const struct termact termacts[MAN_MAX] = {
Line 100  static const struct termact termacts[MAN_MAX] = {
         { pre_nf, NULL }, /* nf */          { pre_nf, NULL }, /* nf */
         { pre_fi, NULL }, /* fi */          { pre_fi, NULL }, /* fi */
         { pre_r, NULL }, /* r */          { pre_r, NULL }, /* r */
           { NULL, NULL }, /* RE */
           { NULL, NULL }, /* RS */
 };  };
   
 #ifdef __linux__  #ifdef __linux__

Legend:
Removed from v.1.24  
changed lines
  Added in v.1.25

CVSweb