From: Eric Blake Date: Tue, 3 Apr 2018 14:40:43 +0000 (-0500) Subject: doc: retroactively document -e/-u addition in NEWS X-Git-Tag: v8.30~44 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e6017741e96f6f53174d2bce1a6cbcc9acbc4248;p=thirdparty%2Fcoreutils.git 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. --- 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/'