summaryrefslogtreecommitdiffstatshomepage
path: root/man_validate.c
diff options
context:
space:
mode:
Diffstat (limited to 'man_validate.c')
-rw-r--r--man_validate.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/man_validate.c b/man_validate.c
index d4c40093..00cf5e1c 100644
--- a/man_validate.c
+++ b/man_validate.c
@@ -1,4 +1,4 @@
-/* $Id: man_validate.c,v 1.34 2010/04/03 14:12:48 kristaps Exp $ */
+/* $Id: man_validate.c,v 1.35 2010/05/09 21:19:42 kristaps Exp $ */
/*
* Copyright (c) 2008, 2009 Kristaps Dzonsons <kristaps@kth.se>
*
@@ -229,9 +229,7 @@ check_text(CHKARGS)
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);