From: Pádraig Brady Date: Mon, 24 Sep 2018 04:14:08 +0000 (-0700) Subject: doc: csplit: clarify input may not be reproducible from output X-Git-Tag: v8.31~79 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f7b25021001160429912f4a6927bb93b6fc5535a;p=thirdparty%2Fcoreutils.git doc: csplit: clarify input may not be reproducible from output * 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 --- diff --git a/doc/coreutils.texi b/doc/coreutils.texi index dc28996864..12ddafb884 100644 --- a/doc/coreutils.texi +++ b/doc/coreutils.texi @@ -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