1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-07-26 10:39:01 +02:00

*** empty log message ***

This commit is contained in:
Jim Meyering
2000-10-22 13:02:00 +00:00
parent 38856139ea
commit 957f363d1d
+1 -1
View File
@@ -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,