.
authorJim Meyering <jim@meyering.net>
Thu, 5 Dec 1996 03:18:34 +0000 (03:18 +0000)
committerJim Meyering <jim@meyering.net>
Thu, 5 Dec 1996 03:18:34 +0000 (03:18 +0000)
old/textutils/ChangeLog

index 2a2dbfa..7229d38 100644 (file)
@@ -2,8 +2,9 @@ Wed Dec  4 21:03:18 1996  Jim Meyering  <meyering@na-net.ornl.gov>
 
        * src/tr.c (main) [!POSIXLY_CORRECT]: Allow the identity mappings:
        [:upper:] to [:upper:] and [:lower:] to [:lower:].
-       (main) [POSIXLY_CORRECT]: Give a more specific diagnostic for the
-       identity mappings [:upper:] to [:upper:] and [:lower:] to [:lower:].
+       (main) [POSIXLY_CORRECT]: Give a more specific diagnostic for
+       the invalid identity mappings [:upper:] to [:upper:] and [:lower:]
+       to [:lower:].
        (class_ok): Update table to reflect that tr now allows these
        identity mappings.  Suggestion from Risto Kankkunen.