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

Diff for /mandoc/term.c between version 1.212 and 1.213

version 1.212, 2013/12/23 02:20:09 version 1.213, 2013/12/24 23:04:36
Line 429  term_word(struct termp *p, const char *word)
Line 429  term_word(struct termp *p, const char *word)
         else          else
                 p->flags |= TERMP_NOSPACE;                  p->flags |= TERMP_NOSPACE;
   
         p->flags &= ~(TERMP_SENTENCE | TERMP_IGNDELIM);          p->flags &= ~TERMP_SENTENCE;
   
         while ('\0' != *word) {          while ('\0' != *word) {
                 if ('\\' != *word) {                  if ('\\' != *word) {

Legend:
Removed from v.1.212  
changed lines
  Added in v.1.213

CVSweb