summaryrefslogtreecommitdiff
path: root/usr.bin/tr
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1994-10-28 23:31:48 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1994-10-28 23:31:48 +0000
commitcfb92d36fbd361f23b5d92017a47594f8db692d1 (patch)
tree0fb347549ccaeec34360b4d1b5f9dea353d019d3 /usr.bin/tr
parent986f04fb6b211c1ed4e33d3a1e92049a1bc515c6 (diff)
downloadsrc-test2-cfb92d36fbd361f23b5d92017a47594f8db692d1.tar.gz
src-test2-cfb92d36fbd361f23b5d92017a47594f8db692d1.zip
Notes
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 f86493a79b04..d3dc28668b86 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, },