]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
.
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 2a2dbfa1efaf22f5a2c708ef0e755587d876836b..7229d3853486b32967226da9a2ef1692004b7166 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.