[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.102 and 1.104

version 1.102, 2009/11/12 05:50:12 version 1.104, 2010/01/01 13:35:30
Line 1020  termp_fl_pre(DECL_ARGS)
Line 1020  termp_fl_pre(DECL_ARGS)
   
         term_fontpush(p, TERMFONT_BOLD);          term_fontpush(p, TERMFONT_BOLD);
         term_word(p, "\\-");          term_word(p, "\\-");
         p->flags |= TERMP_NOSPACE;  
           /* A blank `Fl' should incur a subsequent space. */
   
           if (n->child)
                   p->flags |= TERMP_NOSPACE;
   
         return(1);          return(1);
 }  }
   

Legend:
Removed from v.1.102  
changed lines
  Added in v.1.104

CVSweb