From: Jim Meyering Date: Wed, 2 Jun 2004 21:23:39 +0000 (+0000) Subject: (cut invocation): Clarify what --output-delimiter=STR X-Git-Tag: v5.3.0~1410 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2cd87c65621f39f7d8e65df8a7102b90f44a3564;p=thirdparty%2Fcoreutils.git (cut invocation): Clarify what --output-delimiter=STR does with byte/character ranges. --- diff --git a/doc/coreutils.texi b/doc/coreutils.texi index 9e8f2b63f4..193d5f1f22 100644 --- a/doc/coreutils.texi +++ b/doc/coreutils.texi @@ -4428,7 +4428,8 @@ With @option{-f}, output fields are separated by @var{output_delim_string}. The default with @option{-f} is to use the input delimiter. When using @option{-b} or @option{-c} to select ranges of byte or character offsets (as opposed to ranges of fields), -output @var{output_delim_string} between ranges of selected bytes. +output @var{output_delim_string} between non-overlapping +ranges of selected bytes. @end table