]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
doc: csplit: clarify input may not be reproducible from output
authorPádraig Brady <P@draigBrady.com>
Mon, 24 Sep 2018 04:14:08 +0000 (21:14 -0700)
committerPádraig Brady <P@draigBrady.com>
Mon, 24 Sep 2018 04:17:04 +0000 (21:17 -0700)
* doc/coreutils.texi (csplit invocation): Clarify that
portions of the input may be skipped and thus the input
may not be reproducible by just concatenating the output files.
Fixes https://bugs.gnu.org/32317

doc/coreutils.texi

index dc289968649f663e8dcff7f51e782b942e13b75c..12ddafb8847b4374428e52b4c07532372707fb35 100644 (file)
@@ -3427,7 +3427,8 @@ The output files' names consist of a prefix (@samp{xx} by default)
 followed by a suffix.  By default, the suffix is an ascending sequence
 of two-digit decimal numbers from @samp{00} to @samp{99}.  In any case,
 concatenating the output files in sorted order by file name produces the
-original input file.
+original input file, excluding portions skipped with a %@var{regexp}%
+pattern or the @option{--suppress-matched} option.
 
 By default, if @command{csplit} encounters an error or receives a hangup,
 interrupt, quit, or terminate signal, it removes any output files