[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.5 and 1.6

version 1.5, 2009/03/27 14:56:15 version 1.6, 2009/04/02 06:51:44
Line 81  static const struct termact termacts[MAN_MAX] = {
Line 81  static const struct termact termacts[MAN_MAX] = {
         { pre_IR, NULL }, /* IR */          { pre_IR, NULL }, /* IR */
         { pre_RI, NULL }, /* RI */          { pre_RI, NULL }, /* RI */
         { pre_PP, NULL }, /* br */          { pre_PP, NULL }, /* br */
           { NULL, NULL }, /* na */
 };  };
   
 static  void              print_head(struct termp *,  static  void              print_head(struct termp *,

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

CVSweb