]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Updates for cat and md5sum, for text vs binary.
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 11 Jul 2005 18:31:10 +0000 (18:31 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 11 Jul 2005 18:31:10 +0000 (18:31 +0000)
doc/ChangeLog

index d000e214ebc194f6efabfd90aed31a2ecd7fb0b3..f7195b13d4333a5727623716b61c71f1ed474c8d 100644 (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.