[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.301 and 1.302

version 1.301, 2018/05/21 00:00:37 version 1.302, 2018/05/21 00:30:23
Line 986  mdoc_pa_pre(MDOC_ARGS)
Line 986  mdoc_pa_pre(MDOC_ARGS)
 static int  static int
 mdoc_ad_pre(MDOC_ARGS)  mdoc_ad_pre(MDOC_ARGS)
 {  {
         print_otag(h, TAG_I, "c", "Ad");          print_otag(h, TAG_SPAN, "c", "Ad");
         return 1;          return 1;
 }  }
   

Legend:
Removed from v.1.301  
changed lines
  Added in v.1.302

CVSweb