[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.139 and 1.140

version 1.139, 2010/06/04 22:16:27 version 1.140, 2010/06/04 22:26:13
Line 1538  termp_fn_pre(DECL_ARGS)
Line 1538  termp_fn_pre(DECL_ARGS)
   
         /* NB: MDOC_LINE has no effect on this macro! */          /* NB: MDOC_LINE has no effect on this macro! */
         if (SEC_SYNOPSIS == n->sec) {          if (SEC_SYNOPSIS == n->sec) {
                 if (n->prev)                  if (n->prev && MDOC_Ft == n->prev->tok)
                           term_newln(p);
                   else if (n->prev)
                         term_vspace(p);                          term_vspace(p);
         }          }
   

Legend:
Removed from v.1.139  
changed lines
  Added in v.1.140

CVSweb