summaryrefslogtreecommitdiffstats
path: root/usr.bin/tr
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1994-10-28 23:31:48 +0000
committerache <ache@FreeBSD.org>1994-10-28 23:31:48 +0000
commit17e2f636ce2b81b3c722ede8c99759a4967cf314 (patch)
tree0fb347549ccaeec34360b4d1b5f9dea353d019d3 /usr.bin/tr
parent872e368581557b32bbb5fd44049f6c90c3cbf4f3 (diff)
downloadFreeBSD-src-17e2f636ce2b81b3c722ede8c99759a4967cf314.zip
FreeBSD-src-17e2f636ce2b81b3c722ede8c99759a4967cf314.tar.gz
Fix print class mistype
Diffstat (limited to 'usr.bin/tr')
-rw-r--r--usr.bin/tr/str.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/tr/str.c b/usr.bin/tr/str.c
index f86493a..d3dc286 100644
--- a/usr.bin/tr/str.c
+++ b/usr.bin/tr/str.c
@@ -170,7 +170,7 @@ static CLASS classes[] = {
{ "digit", isdigit, },
{ "graph", isgraph, },
{ "lower", islower, },
- { "print", isupper, },
+ { "print", isprint, },
{ "punct", ispunct, },
{ "space", isspace, },
{ "upper", isupper, },
OpenPOWER on IntegriCloud