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

Diff for /mandoc/mdoc.c between version 1.144 and 1.145

version 1.144, 2010/05/31 20:14:10 version 1.145, 2010/05/31 21:32:57
Line 595  mdoc_ptext(struct mdoc *m, int line, char *buf, int of
Line 595  mdoc_ptext(struct mdoc *m, int line, char *buf, int of
                 case '-':                  case '-':
                         if (mandoc_hyph(buf + offs, c))                          if (mandoc_hyph(buf + offs, c))
                                 *c = ASCII_HYPH;                                  *c = ASCII_HYPH;
                           ws = NULL;
                         break;                          break;
                 case ' ':                  case ' ':
                         if (NULL == ws)                          if (NULL == ws)

Legend:
Removed from v.1.144  
changed lines
  Added in v.1.145

CVSweb