[BACK]Return to man_term.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / mandoc

Diff for /src/usr.bin/mandoc/man_term.c between version 1.8 and 1.9

version 1.8, 2009/06/23 22:43:30 version 1.9, 2009/08/22 15:15:37
Line 76 
Line 76 
         { pre_RI, NULL }, /* RI */          { pre_RI, NULL }, /* RI */
         { NULL, NULL }, /* na */          { NULL, NULL }, /* na */
         { pre_I, post_I }, /* i */          { pre_I, post_I }, /* i */
           { NULL, NULL }, /* sp */
 };  };
   
 static  void              print_head(struct termp *,  static  void              print_head(struct termp *,

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9