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

Diff for /mandoc/term.c between version 1.172 and 1.173

version 1.172, 2010/09/23 20:26:00 version 1.173, 2010/10/01 21:51:13
Line 505  term_word(struct termp *p, const char *word)
Line 505  term_word(struct termp *p, const char *word)
         else          else
                 p->flags |= TERMP_NOSPACE;                  p->flags |= TERMP_NOSPACE;
   
         p->flags &= ~TERMP_SENTENCE;          p->flags &= ~(TERMP_SENTENCE | TERMP_IGNDELIM);
   
         while (*word) {          while (*word) {
                 if ((ssz = strcspn(word, "\\")) > 0)                  if ((ssz = strcspn(word, "\\")) > 0)

Legend:
Removed from v.1.172  
changed lines
  Added in v.1.173

CVSweb