diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 1994-10-28 23:31:48 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 1994-10-28 23:31:48 +0000 |
commit | cfb92d36fbd361f23b5d92017a47594f8db692d1 (patch) | |
tree | 0fb347549ccaeec34360b4d1b5f9dea353d019d3 /usr.bin/tr | |
parent | 986f04fb6b211c1ed4e33d3a1e92049a1bc515c6 (diff) | |
download | src-test2-cfb92d36fbd361f23b5d92017a47594f8db692d1.tar.gz src-test2-cfb92d36fbd361f23b5d92017a47594f8db692d1.zip |
Notes
Diffstat (limited to 'usr.bin/tr')
-rw-r--r-- | usr.bin/tr/str.c | 2 |
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, }, |