X-Git-Url: https://git.cameronkatri.com/mandoc.git/blobdiff_plain/6b2defb0f921c22df14e94ce0098640d4401303e..d53f3eea978ab62538513a30e29ca8c1da6f9c45:/validate.c diff --git a/validate.c b/validate.c index 45330b7d..2ebd427d 100644 --- a/validate.c +++ b/validate.c @@ -1,4 +1,4 @@ -/* $Id: validate.c,v 1.71 2009/03/08 11:41:22 kristaps Exp $ */ +/* $Id: validate.c,v 1.72 2009/03/08 11:48:44 kristaps Exp $ */ /* * Copyright (c) 2008 Kristaps Dzonsons * @@ -685,7 +685,7 @@ check_text(struct mdoc *mdoc, int line, int pos, const char *p) continue; } return(mdoc_perr(mdoc, line, pos, - "invalid escape sequence")); + "invalid escape sequence: %s", p)); } return(1);