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

Diff for /mandoc/term.c between version 1.130 and 1.131

version 1.130, 2010/04/03 12:46:35 version 1.131, 2010/04/08 07:05:38
Line 526  term_word(struct termp *p, const char *word)
Line 526  term_word(struct termp *p, const char *word)
                         p->flags |= TERMP_NOSPACE;                          p->flags |= TERMP_NOSPACE;
         }          }
   
           /*
            * Note that we don't process the pipe: the parser sees it as
            * punctuation, but we don't in terms of typography.
            */
         if (sv[0] && 0 == sv[1])          if (sv[0] && 0 == sv[1])
                 switch (sv[0]) {                  switch (sv[0]) {
                 case('|'):  
                         /* FALLTHROUGH */  
                 case('('):                  case('('):
                         /* FALLTHROUGH */                          /* FALLTHROUGH */
                 case('['):                  case('['):

Legend:
Removed from v.1.130  
changed lines
  Added in v.1.131

CVSweb