From 51107dc1cd95fee0ae88f16a4ba8d45f505414d0 Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Fri, 27 Feb 2009 09:14:02 +0000 Subject: Character-encoding stuff documented, expanded. --- validate.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'validate.c') diff --git a/validate.c b/validate.c index c3e6f0b5..46629654 100644 --- a/validate.c +++ b/validate.c @@ -1,4 +1,4 @@ -/* $Id: validate.c,v 1.61 2009/02/26 14:56:27 kristaps Exp $ */ +/* $Id: validate.c,v 1.62 2009/02/27 09:14:02 kristaps Exp $ */ /* * Copyright (c) 2008 Kristaps Dzonsons * @@ -480,6 +480,8 @@ check_text(struct mdoc *mdoc, size_t line, size_t pos, const char *p) { size_t c; + /* XXX - indicate deprecated escapes \*(xx and \*x. */ + for ( ; *p; p++) { if ( ! isprint((int)*p) && '\t' != *p) return(mdoc_perr(mdoc, line, pos, -- cgit v1.2.3