[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.91 and 1.92

version 1.91, 2014/03/08 15:50:41 version 1.92, 2014/03/30 19:47:48
Line 119  static const struct htmlman mans[MAN_MAX] = {
Line 119  static const struct htmlman mans[MAN_MAX] = {
         { man_literal_pre, NULL }, /* EE */          { man_literal_pre, NULL }, /* EE */
         { man_UR_pre, NULL }, /* UR */          { man_UR_pre, NULL }, /* UR */
         { NULL, NULL }, /* UE */          { NULL, NULL }, /* UE */
           { man_ign_pre, NULL }, /* ll */
 };  };
   
 /*  /*

Legend:
Removed from v.1.91  
changed lines
  Added in v.1.92

CVSweb