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

Diff for /mandoc/man_html.c between version 1.50 and 1.51

version 1.50, 2010/12/06 15:31:19 version 1.51, 2010/12/06 15:31:44
Line 114  static const struct htmlman mans[MAN_MAX] = {
Line 114  static const struct htmlman mans[MAN_MAX] = {
         { man_ign_pre, NULL }, /* PD */          { man_ign_pre, NULL }, /* PD */
         { man_ign_pre, NULL }, /* AT */          { man_ign_pre, NULL }, /* AT */
         { man_in_pre, NULL }, /* in */          { man_in_pre, NULL }, /* in */
         { man_in_pre, NULL }, /* ft */          { man_ign_pre, NULL }, /* ft */
 };  };
   
   

Legend:
Removed from v.1.50  
changed lines
  Added in v.1.51

CVSweb