[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.335 and 1.336

version 1.335, 2016/11/08 16:29:44 version 1.336, 2016/11/08 16:38:21
Line 1462  termp_fn_pre(DECL_ARGS)
Line 1462  termp_fn_pre(DECL_ARGS)
         term_word(p, n->string);          term_word(p, n->string);
         term_fontpop(p);          term_fontpop(p);
   
         if (n->sec == SEC_DESCRIPTION)          if (n->sec == SEC_DESCRIPTION || n->sec == SEC_CUSTOM)
                 tag_put(n->string, ++fn_prio, p->line);                  tag_put(n->string, ++fn_prio, p->line);
   
         if (pretty) {          if (pretty) {

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

CVSweb