From 2cd87c65621f39f7d8e65df8a7102b90f44a3564 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Wed, 2 Jun 2004 21:23:39 +0000 Subject: [PATCH] (cut invocation): Clarify what --output-delimiter=STR does with byte/character ranges. --- doc/coreutils.texi | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.47.3