[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.300 and 1.301

version 1.300, 2018/05/09 00:46:10 version 1.301, 2018/05/21 00:00:37
Line 979  mdoc_bd_pre(MDOC_ARGS)
Line 979  mdoc_bd_pre(MDOC_ARGS)
 static int  static int
 mdoc_pa_pre(MDOC_ARGS)  mdoc_pa_pre(MDOC_ARGS)
 {  {
         print_otag(h, TAG_I, "cT", "Pa");          print_otag(h, TAG_SPAN, "cT", "Pa");
         return 1;          return 1;
 }  }
   

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

CVSweb