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

Diff for /mandoc/mandoc.c between version 1.84 and 1.84.2.1

version 1.84, 2014/08/10 23:54:41 version 1.84.2.1, 2014/08/18 13:16:00
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.84  
changed lines
  Added in v.1.84.2.1

CVSweb