]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
doc: cut: adjust for multi-byte support
authorPádraig Brady <P@draigBrady.com>
Wed, 11 Mar 2026 22:15:38 +0000 (22:15 +0000)
committerPádraig Brady <P@draigBrady.com>
Sun, 5 Apr 2026 12:15:56 +0000 (13:15 +0100)
* doc/coreutils.texi (cut invocation): Remove the note about
-c being the same as -b.

doc/coreutils.texi

index fd0b7edeae2bf2ecdfae284b6659e651eb4cf32b..3b02f70bf59cccff7d660da04a29287d22d79f3b 100644 (file)
@@ -6163,8 +6163,7 @@ string between ranges of selected bytes.
 @optItem{cut,-c,@w{ }@var{character-list}}
 @optItemx{cut,--characters,=@var{character-list}}
 Select for printing only the characters in positions listed in
-@var{character-list}.  The same as @option{-b} for now, but
-internationalization will change that.  Tabs and backspaces are
+@var{character-list}.  Tabs and backspaces are
 treated like any other character; they take up 1 character.  If an
 output delimiter is specified, (see the description of
 @option{--output-delimiter}), then output that string between ranges