[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.214 and 1.215

version 1.214, 2011/01/25 16:20:24 version 1.215, 2011/02/02 21:40:45
Line 1151  static int
Line 1151  static int
 termp_ns_pre(DECL_ARGS)  termp_ns_pre(DECL_ARGS)
 {  {
   
         p->flags |= TERMP_NOSPACE;          if ( ! (MDOC_LINE & n->flags))
                   p->flags |= TERMP_NOSPACE;
         return(1);          return(1);
 }  }
   

Legend:
Removed from v.1.214  
changed lines
  Added in v.1.215

CVSweb