[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.348 and 1.349

version 1.348, 2022/07/06 14:34:59 version 1.349, 2022/07/06 15:26:23
Line 637  mdoc_nd_pre(MDOC_ARGS)
Line 637  mdoc_nd_pre(MDOC_ARGS)
                 abort();                  abort();
         }          }
         print_text(h, "\\(em");          print_text(h, "\\(em");
         print_otag(h, TAG_SPAN, "c", "Nd");          print_otag(h, TAG_SPAN, "cr", "Nd", "doc-subtitle");
         return 1;          return 1;
 }  }
   

Legend:
Removed from v.1.348  
changed lines
  Added in v.1.349

CVSweb