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

Diff for /mandoc/mdoc.c between version 1.137 and 1.138

version 1.137, 2010/05/24 13:39:47 version 1.138, 2010/05/25 12:37:20
Line 563  mdoc_ptext(struct mdoc *m, int line, char *buf, int of
Line 563  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;
                           break;
                 case ' ':                  case ' ':
                         if (NULL == ws)                          if (NULL == ws)
                                 ws = c;                                  ws = c;

Legend:
Removed from v.1.137  
changed lines
  Added in v.1.138

CVSweb