diff options
author | Jim Meyering <meyering@redhat.com> | 2008-07-27 22:21:14 +0200 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2008-07-27 22:21:14 +0200 |
commit | 0d75784da01cfab96930b691adb28a1089964b11 (patch) | |
tree | 12bb2904121139adacf2de4d31079d84ebf534ba /NEWS | |
parent | cbdcc9fb4ebb49e17244eaa164045b8e04442efd (diff) | |
download | coreutils-0d75784da01cfab96930b691adb28a1089964b11.tar.xz |
* NEWS: Move shuf --zero-terminated item into bug-fixes section.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -22,8 +22,6 @@ GNU coreutils NEWS -*- outline -*- md5sum now accepts the new option, --quiet, to suppress the printing of 'OK' messages. sha1sum, sha224sum, sha384sum, and sha512sum accept it, too. - shuf honors the --zero-terminated (-z) option, even with --input-range=LO-HI - sort accepts a new option, --files0-from=F, that specifies a file containing a null-separated list of files to sort. This list is used instead of filenames passed on the command-line to avoid problems with @@ -40,6 +38,8 @@ GNU coreutils NEWS -*- outline -*- od no longer suffers from platform bugs in printf(3). This is probably most noticeable when using 'od -tfL' to print long doubles. + shuf honors the --zero-terminated (-z) option, even with --input-range=LO-HI + shuf --head-count is now correctly documented. The documentation previously claimed it was called --head-lines. |