From e6017741e96f6f53174d2bce1a6cbcc9acbc4248 Mon Sep 17 00:00:00 2001 From: Eric Blake Date: Tue, 3 Apr 2018 09:40:43 -0500 Subject: [PATCH] doc: retroactively document -e/-u addition in NEWS 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 34652b59d4..cf5dcaf4be 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 f108a34021..b13300ddb5 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.47.2