[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.113 and 1.114

version 1.113, 2010/04/03 14:25:12 version 1.114, 2010/04/06 07:27:42
Line 1070  termp_fl_pre(DECL_ARGS)
Line 1070  termp_fl_pre(DECL_ARGS)
         term_fontpush(p, TERMFONT_BOLD);          term_fontpush(p, TERMFONT_BOLD);
         term_word(p, "\\-");          term_word(p, "\\-");
   
         /* A blank `Fl' should incur a subsequent space. */  
   
         if (n->child)          if (n->child)
                   p->flags |= TERMP_NOSPACE;
           else if (n->next && n->next->line == n->line)
                 p->flags |= TERMP_NOSPACE;                  p->flags |= TERMP_NOSPACE;
   
         return(1);          return(1);

Legend:
Removed from v.1.113  
changed lines
  Added in v.1.114

CVSweb