[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.139 and 1.140

version 1.139, 2017/05/05 02:06:19 version 1.140, 2017/05/05 13:17:54
Line 107  static const struct htmlman __mans[MAN_MAX - MAN_TH] =
Line 107  static const struct htmlman __mans[MAN_MAX - MAN_TH] =
         { NULL, NULL }, /* EE */          { NULL, NULL }, /* EE */
         { man_UR_pre, NULL }, /* UR */          { man_UR_pre, NULL }, /* UR */
         { NULL, NULL }, /* UE */          { NULL, NULL }, /* UE */
         { man_ign_pre, NULL }, /* ll */  
 };  };
 static  const struct htmlman *const mans = __mans - MAN_TH;  static  const struct htmlman *const mans = __mans - MAN_TH;
   

Legend:
Removed from v.1.139  
changed lines
  Added in v.1.140

CVSweb