From 8bcd22c5104e44227dccd458e6e50940d9e9a462 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Fri, 25 Mar 1994 23:17:21 +0000 Subject: [PATCH] . --- src/tr.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/tr.c b/src/tr.c index 7485fe375a..648489e0af 100644 --- a/src/tr.c +++ b/src/tr.c @@ -362,11 +362,11 @@ themselves. Here are the special writings:\n\ [:cntrl:] all control characters\n\ [:digit:] all digits\n\ [:graph:] all printable characters, not including space\n\ - [:lower:] all lowercase letters\n\ + [:lower:] all lower case letters\n\ [:print:] all printable characters, including space\n\ [:punct:] all punctuation characters\n\ [:space:] all horizontal or vertical whitespace\n\ - [:upper:] all uppercase letters\n\ + [:upper:] all upper case letters\n\ [:xdigit:] all hexadecimal digits\n\ [=CHAR=] all characters which are equivalent to CHAR\n\ "); -- 2.47.3