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

Diff for /mandoc/mdoc_term.c between version 1.334 and 1.335

version 1.334, 2016/11/08 16:23:58 version 1.335, 2016/11/08 16:29:44
Line 2122  static int
Line 2122  static int
 termp_li_pre(DECL_ARGS)  termp_li_pre(DECL_ARGS)
 {  {
   
           termp_tag_pre(p, pair, meta, n);
         term_fontpush(p, TERMFONT_NONE);          term_fontpush(p, TERMFONT_NONE);
         return 1;          return 1;
 }  }

Legend:
Removed from v.1.334  
changed lines
  Added in v.1.335

CVSweb