[BACK]Return to man_html.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / mandoc

Diff for /src/usr.bin/mandoc/man_html.c between version 1.92 and 1.93

version 1.92, 2017/05/05 02:06:17 version 1.93, 2017/05/05 13:17:04
Line 105 
Line 105 
         { 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.92  
changed lines
  Added in v.1.93