coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] split: retroactively document -e/-u addition in NEWS


From: Eric Blake
Subject: [PATCH] split: retroactively document -e/-u addition in NEWS
Date: Tue, 3 Apr 2018 09:40:43 -0500

Prompted by https://bugs.gnu.org/31045

* NEWS: Update 8.8 blurb to mention other split additions.
* cfg.mk (old_NEWS_hash): Regenerate.
---
 NEWS   | 4 +++-
 cfg.mk | 2 +-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/NEWS b/NEWS
index 34652b59d..cf5dcaf4b 100644
--- 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 f108a3402..b13300ddb 100644
--- 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/'
-- 
2.14.3




reply via email to

[Prev in Thread] Current Thread [Next in Thread]