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

Diff for /mandoc/mdoc.c between version 1.191 and 1.192

version 1.191, 2011/07/25 15:37:00 version 1.192, 2011/07/27 07:09:41
Line 755  mdoc_ptext(struct mdoc *m, int line, char *buf, int of
Line 755  mdoc_ptext(struct mdoc *m, int line, char *buf, int of
         ws = NULL;          ws = NULL;
         for (c = end = buf + offs; *c; c++) {          for (c = end = buf + offs; *c; c++) {
                 switch (*c) {                  switch (*c) {
                 case '-':  
                         if (mandoc_hyph(buf + offs, c))  
                                 *c = ASCII_HYPH;  
                         ws = NULL;  
                         break;  
                 case ' ':                  case ' ':
                         if (NULL == ws)                          if (NULL == ws)
                                 ws = c;                                  ws = c;

Legend:
Removed from v.1.191  
changed lines
  Added in v.1.192

CVSweb