1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-08-08 09:39:24 +02:00

Updates for cat and md5sum, for text vs binary.

This commit is contained in:
Paul Eggert
2005-07-11 18:31:10 +00:00
parent 15a1aede78
commit edfb9f5ba8
+9
View File
@@ -1,3 +1,12 @@
2005-07-11 Paul Eggert <eggert@cs.ucla.edu>
* coreutils.texi (cat invocation): Remove -B or --binary option
(available on MS-DOS-like platforms only). Explain when text and
binary mode are used now.
(md5sum invocation): -b actually does have an effect on Unix: it
causes "*" to be output. Explain when text and binary mode are
used now.
2005-07-03 Jim Meyering <jim@meyering.net>
* coreutils.texi (cp invocation): Mark --reply as deprecated.