[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.132 and 1.133

version 1.132, 2010/05/29 18:47:54 version 1.133, 2010/05/29 18:58:52
Line 2098  termp_li_pre(DECL_ARGS)
Line 2098  termp_li_pre(DECL_ARGS)
 {  {
   
         term_fontpush(p, TERMFONT_NONE);          term_fontpush(p, TERMFONT_NONE);
         if (NULL == n->child)  
                 term_word(p, "");  
         return(1);          return(1);
 }  }
   

Legend:
Removed from v.1.132  
changed lines
  Added in v.1.133

CVSweb