=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mandoc/man_validate.c,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- src/usr.bin/mandoc/man_validate.c 2010/04/25 16:32:19 1.19 +++ src/usr.bin/mandoc/man_validate.c 2010/05/13 20:34:29 1.20 @@ -1,4 +1,4 @@ -/* $Id: man_validate.c,v 1.19 2010/04/25 16:32:19 schwarze Exp $ */ +/* $Id: man_validate.c,v 1.20 2010/05/13 20:34:29 schwarze Exp $ */ /* * Copyright (c) 2008, 2009 Kristaps Dzonsons * @@ -228,9 +228,7 @@ if ('\t' == *p || isprint((u_char)*p)) continue; - if (MAN_IGN_CHARS & m->pflags) - return(man_pwarn(m, n->line, pos, WNPRINT)); - return(man_perr(m, n->line, pos, WNPRINT)); + return(man_pwarn(m, n->line, pos, WNPRINT)); } return(1);