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

Diff for /mandoc/Attic/validate.c between version 1.71 and 1.72

version 1.71, 2009/03/08 11:41:22 version 1.72, 2009/03/08 11:48:44
Line 685  check_text(struct mdoc *mdoc, int line, int pos, const
Line 685  check_text(struct mdoc *mdoc, int line, int pos, const
                         continue;                          continue;
                 }                  }
                 return(mdoc_perr(mdoc, line, pos,                  return(mdoc_perr(mdoc, line, pos,
                                 "invalid escape sequence"));                                  "invalid escape sequence: %s", p));
         }          }
   
         return(1);          return(1);

Legend:
Removed from v.1.71  
changed lines
  Added in v.1.72

CVSweb