From: Paul Eggert Date: Mon, 11 Jul 2005 18:31:10 +0000 (+0000) Subject: Updates for cat and md5sum, for text vs binary. X-Git-Tag: CPPI-1_12~256 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=edfb9f5ba8083967068fdf495b191d4133ae8b5d;p=thirdparty%2Fcoreutils.git Updates for cat and md5sum, for text vs binary. --- diff --git a/doc/ChangeLog b/doc/ChangeLog index d000e214eb..f7195b13d4 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,12 @@ +2005-07-11 Paul Eggert + + * 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 * coreutils.texi (cp invocation): Mark --reply as deprecated.