summaryrefslogtreecommitdiff
path: root/old/textutils
diff options
context:
space:
mode:
Diffstat (limited to 'old/textutils')
-rw-r--r--old/textutils/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/old/textutils/NEWS b/old/textutils/NEWS
index 22fe63a50..fe8bdfefc 100644
--- a/old/textutils/NEWS
+++ b/old/textutils/NEWS
@@ -3,7 +3,7 @@ Changes in release 2.1
* new program: shasum
* wc accepts new -m option (count characters, not necessarily bytes)
* wc's `--chars' option is now equivalent to -m, not --bytes as it used to be
-* `cat -n' works better when processing 2^31 or more lines
+* `cat -n' works properly when processing 2^31 or more lines
[2.0g]
* sort's --help output now warns that it is locale-aware
* tail: fix a buffer underrun error that occurred on an empty pipe,