[BACK]Return to term.c CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / mandoc

Diff for /mandoc/term.c between version 1.165 and 1.166

version 1.165, 2010/07/26 21:58:41 version 1.166, 2010/07/26 22:26:05
Line 502  term_word(struct termp *p, const char *word)
Line 502  term_word(struct termp *p, const char *word)
   
         if ( ! (p->flags & TERMP_NONOSPACE))          if ( ! (p->flags & TERMP_NONOSPACE))
                 p->flags &= ~TERMP_NOSPACE;                  p->flags &= ~TERMP_NOSPACE;
           else
                   p->flags |= TERMP_NOSPACE;
   
         p->flags &= ~TERMP_SENTENCE;          p->flags &= ~TERMP_SENTENCE;
   

Legend:
Removed from v.1.165  
changed lines
  Added in v.1.166

CVSweb