]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
doc: document env fix
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 26 Mar 2021 21:00:37 +0000 (14:00 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 26 Mar 2021 22:17:28 +0000 (15:17 -0700)
* NEWS, doc/coreutils.texi (env invocation): Document recent change.

NEWS
doc/coreutils.texi

diff --git a/NEWS b/NEWS
index 97cb4bd64706475aa62d1b2c93e8184cbd915755..802f4b4275598bb84ade2c9cfe9a048eea31e0be 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -17,6 +17,9 @@ GNU coreutils NEWS                                    -*- outline -*-
   heavily changed during the run.
   [bug introduced in coreutils-8.25]
 
+  env -S no longer crashes when given unusual whitespace characters
+  [bug introduced in coreutils-8.30]
+
   expr no longer mishandles unmatched \(...\) in regular expressions.
   [bug introduced in coreutils-6.0]
 
index ac0b4467d84e0308d209d0e15a401f5f95419be1..06ecdd74cce95e9e7598b70e403bc9d4a34f8291 100644 (file)
@@ -17592,6 +17592,8 @@ hello
 
 Running @command{env -Sstring} splits the @var{string} into
 arguments based on unquoted spaces or tab characters.
+(Newlines, carriage returns, vertical tabs and form feeds are treated
+like spaces and tabs.)
 
 In the following contrived example the @command{awk} variable
 @samp{OFS} will be @code{<space>xyz<space>} as these spaces are inside