]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
doc: retroactively document -e/-u addition in NEWS
authorEric Blake <eblake@redhat.com>
Tue, 3 Apr 2018 14:40:43 +0000 (09:40 -0500)
committerPádraig Brady <P@draigBrady.com>
Fri, 6 Apr 2018 04:38:51 +0000 (21:38 -0700)
Prompted by https://bugs.gnu.org/31045

* NEWS: Update 8.8 blurb to mention other split additions.
* cfg.mk (old_NEWS_hash): Regenerate.

NEWS
cfg.mk

diff --git a/NEWS b/NEWS
index 34652b59d41badc5e1a9d95f227cfce525df8b4a..cf5dcaf4be943735b80a2d957ff3e9c2cc50614a 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1781,7 +1781,9 @@ GNU coreutils NEWS                                    -*- outline -*-
 
 ** New features
 
-  split accepts the --number option to generate a specific number of files.
+  split accepts the --number/-n option to generate a specific number of
+  files, as well as the --elide-empty-files/-e and --unbuffered/-u
+  options to fine-tune the resulting output.
 
 
 * Noteworthy changes in release 8.7 (2010-11-13) [stable]
diff --git a/cfg.mk b/cfg.mk
index f108a3402141e489606cabe91a1b21879b7f9cab..b13300ddb57946025f2e8462d99f27296fdfdffb 100644 (file)
--- a/cfg.mk
+++ b/cfg.mk
@@ -48,7 +48,7 @@ export VERBOSE = yes
 # 4914152 9e
 export XZ_OPT = -8e
 
-old_NEWS_hash = d895736ac0f0502739532aa70340f044
+old_NEWS_hash = 0fa4f447093a392524d6f749c8d1fc82
 
 # Add an exemption for sc_makefile_at_at_check.
 _makefile_at_at_check_exceptions = ' && !/^cu_install_prog/ && !/dynamic-dep/'