CVSROOT: /cvs Module name: src Changes by: [email protected] 2010/08/17 19:03:22
Modified files:
usr.bin/mandoc : main.c
Log message:
Use isascii(3) to make sure we really throw away non-ASCII characters,
because isgraph(3) returns true for some eight-bit characters.
ok kristaps@
