[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.43 and 1.44

version 1.43, 2010/07/22 23:03:15 version 1.44, 2010/07/22 23:53:54
Line 108  static const struct htmlman mans[MAN_MAX] = {
Line 108  static const struct htmlman mans[MAN_MAX] = {
         { man_ign_pre, NULL }, /* Vb */          { man_ign_pre, NULL }, /* Vb */
         { NULL, NULL }, /* Ve */          { NULL, NULL }, /* Ve */
         { man_ign_pre, NULL }, /* AT */          { man_ign_pre, NULL }, /* AT */
         { man-in_pre, NULL }, /* in */          { NULL, NULL }, /* in */
 };  };
   
   

Legend:
Removed from v.1.43  
changed lines
  Added in v.1.44

CVSweb