]> git.cameronkatri.com Git - mandoc.git/blobdiff - man_validate.c
Fixed my breaking of Ingo's eoln-whitespace detection code, where a
[mandoc.git] / man_validate.c
index d13e5e0419f0dc9968866a403b6f7f5d441bb6bb..00ad2ef9986d26bdb2044c7de1bb154bbf80e101 100644 (file)
@@ -1,4 +1,4 @@
-/*     $Id: man_validate.c,v 1.41 2010/05/17 22:11:42 kristaps Exp $ */
+/*     $Id: man_validate.c,v 1.42 2010/05/25 12:44:53 kristaps Exp $ */
 /*
  * Copyright (c) 2008, 2009 Kristaps Dzonsons <kristaps@kth.se>
  *
@@ -223,7 +223,7 @@ check_text(CHKARGS)
                                return(c);
                }
 
-               if ('\t' == *p || isprint((u_char)*p)) 
+               if ('\t' == *p || isprint((u_char)*p) || ASCII_HYPH == *p
                        continue;
                if ( ! man_pmsg(m, n->line, pos, MANDOCERR_BADCHAR))
                        return(0);