[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.70 and 1.71

version 1.70, 2010/05/30 22:56:02 version 1.71, 2010/05/31 10:28:04
Line 255  static const struct htmlmdoc mdocs[MDOC_MAX] = {
Line 255  static const struct htmlmdoc mdocs[MDOC_MAX] = {
         {mdoc_sp_pre, NULL}, /* br */          {mdoc_sp_pre, NULL}, /* br */
         {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 */
 };  };
   
   

Legend:
Removed from v.1.70  
changed lines
  Added in v.1.71

CVSweb