[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.141 and 1.142

version 1.141, 2010/06/06 10:50:56 version 1.142, 2010/06/06 22:08:15
Line 1845  static int
Line 1845  static int
 termp_in_pre(DECL_ARGS)  termp_in_pre(DECL_ARGS)
 {  {
   
           if (SEC_SYNOPSIS == n->sec && n->prev && MDOC_In != n->prev->tok)
                   term_vspace(p);
   
         if (SEC_SYNOPSIS == n->sec && MDOC_LINE & n->flags) {          if (SEC_SYNOPSIS == n->sec && MDOC_LINE & n->flags) {
                 term_fontpush(p, TERMFONT_BOLD);                  term_fontpush(p, TERMFONT_BOLD);
                 term_word(p, "#include");                  term_word(p, "#include");

Legend:
Removed from v.1.141  
changed lines
  Added in v.1.142

CVSweb