diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2005-07-11 18:31:10 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2005-07-11 18:31:10 +0000 |
commit | edfb9f5ba8083967068fdf495b191d4133ae8b5d (patch) | |
tree | 14df4ea4e8926d87e984a344ff9ab12a616a50c8 /doc | |
parent | 15a1aede787dc2c40246564f125d3707f552e469 (diff) | |
download | coreutils-edfb9f5ba8083967068fdf495b191d4133ae8b5d.tar.xz |
Updates for cat and md5sum, for text vs binary.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog index d000e214e..f7195b13d 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -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. |