diff options
author | Mikael Magnusson <mikachu@gmail.com> | 2008-07-27 17:31:18 +0200 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2008-07-27 22:18:06 +0200 |
commit | cbdcc9fb4ebb49e17244eaa164045b8e04442efd (patch) | |
tree | f4cbdf5f77d78d21af4a1ec4ad8926947e1f91fb /NEWS | |
parent | bee58d8a0400b0303c6dce3873fdf3482de0c110 (diff) | |
download | coreutils-cbdcc9fb4ebb49e17244eaa164045b8e04442efd.tar.xz |
shuf: correctly document --head-count
* src/shuf.c (usage): Correct --help output.
* doc/coreutils.texi: Correct option listing.
* NEWS: Mention correction.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -40,6 +40,9 @@ 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 --head-count is now correctly documented. The documentation + previously claimed it was called --head-lines. + ** Improvements Improved support for access control lists (ACLs): On MacOS X, Solaris 7..10, |