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

Diff for /mandoc/mandoc.c between version 1.85 and 1.86

version 1.85, 2014/08/16 19:00:01 version 1.86, 2014/08/18 09:11:47
Line 199  mandoc_escape(const char **end, const char **start, in
Line 199  mandoc_escape(const char **end, const char **start, in
                 /* FALLTHROUGH */                  /* FALLTHROUGH */
         case 'x':          case 'x':
                 if (strchr(" %&()*+-./0123456789:<=>", **start)) {                  if (strchr(" %&()*+-./0123456789:<=>", **start)) {
                         ++*end;                          if ('\0' != **start)
                                   ++*end;
                         return(ESCAPE_ERROR);                          return(ESCAPE_ERROR);
                 }                  }
                 gly = ESCAPE_IGNORE;                  gly = ESCAPE_IGNORE;

Legend:
Removed from v.1.85  
changed lines
  Added in v.1.86

CVSweb