]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(tr invocation): Mention -C.
authorJim Meyering <jim@meyering.net>
Wed, 2 Jun 2004 08:35:02 +0000 (08:35 +0000)
committerJim Meyering <jim@meyering.net>
Wed, 2 Jun 2004 08:35:02 +0000 (08:35 +0000)
doc/coreutils.texi

index b216a2d198ae175376cdbb52748dd4d5f0abdc6c..9e8f2b63f488ff777f153b89539c34462961f2a7 100644 (file)
@@ -4670,9 +4670,18 @@ delete characters, then squeeze repeated characters from the result.
 The @var{set1} and (if given) @var{set2} arguments define ordered
 sets of characters, referred to below as @var{set1} and @var{set2}.  These
 sets are the characters of the input that @command{tr} operates on.
-The @option{--complement} (@option{-c}) option replaces @var{set1} with its
+The @option{--complement} (@option{-c}, @option{-C}) option replaces
+@var{set1} with its
 complement (all of the characters that are not in @var{set1}).
 
+Currently @command{tr} fully supports only single-byte characters.
+Eventually it will support multibyte characters; when it does, the
+@option{-C} option will cause it to complement the set of characters,
+whereas @option{-c} will cause it to complement the set of values.
+This distinction will matter only when some values are not characters,
+and this is possible only in locales using multibyte encodings when
+the input contains encoding errors.
+
 @exitstatus
 
 @menu