summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 9427ac719..a664d9943 100644
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,8 @@ GNU coreutils NEWS -*- outline -*-
* Major changes in release 5.0.2:
** Bug fixes
+- `sort --version' and `sort --help' fail, as they should
+ when their output is redirected to /dev/full.
- `su --version > /dev/full' now fails, as it should.
- uniq -c now uses a SPACE, not a TAB between the count and the
corresponding line, as required by POSIX.