From: Pádraig Brady Date: Wed, 11 Mar 2026 22:15:38 +0000 (+0000) Subject: doc: cut: adjust for multi-byte support X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0ae17ffd995c3cb004badd5627f0750281ba5ab7;p=thirdparty%2Fcoreutils.git doc: cut: adjust for multi-byte support * doc/coreutils.texi (cut invocation): Remove the note about -c being the same as -b. --- diff --git a/doc/coreutils.texi b/doc/coreutils.texi index fd0b7edeae..3b02f70bf5 100644 --- a/doc/coreutils.texi +++ b/doc/coreutils.texi @@ -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