[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.49 and 1.50

version 1.49, 2010/12/06 14:12:48 version 1.50, 2010/12/06 15:31:19
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 */
 };  };
   
   

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

CVSweb