[BACK]Return to mdoc_html.c CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / mandoc

Diff for /mandoc/mdoc_html.c between version 1.283 and 1.284

version 1.283, 2017/05/05 02:06:19 version 1.284, 2017/05/05 13:17:55
Line 240  static const struct htmlmdoc __mdocs[MDOC_MAX - MDOC_D
Line 240  static const struct htmlmdoc __mdocs[MDOC_MAX - MDOC_D
         {mdoc_sp_pre, NULL}, /* sp */          {mdoc_sp_pre, NULL}, /* sp */
         {mdoc__x_pre, mdoc__x_post}, /* %U */          {mdoc__x_pre, mdoc__x_post}, /* %U */
         {NULL, NULL}, /* Ta */          {NULL, NULL}, /* Ta */
         {mdoc_skip_pre, NULL}, /* ll */  
 };  };
 static  const struct htmlmdoc *const mdocs = __mdocs - MDOC_Dd;  static  const struct htmlmdoc *const mdocs = __mdocs - MDOC_Dd;
   

Legend:
Removed from v.1.283  
changed lines
  Added in v.1.284

CVSweb