summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2006-02-02 07:44:57 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2006-02-02 07:44:57 +0000
commit2741d9b096a09a21b91c440f3bf648e0736cca1c (patch)
treec08858a19b09723a7fec7c54e1805515687efcdd /ChangeLog
parent944a17de32c1fe47e1d7b98c04283df65f3ce3a0 (diff)
downloadcoreutils-2741d9b096a09a21b91c440f3bf648e0736cca1c.tar.xz
(usage): Mention that -t a ignores high order bit.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 24aa8b2c3..929af5c1e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,12 @@
-2006-02-01 Jim Meyering <jim@meyering.net>
+2006-02-01 Paul Eggert <eggert@cs.ucla.edu>
* Version 6.0-cvs.
+ * src/od.c (usage): Mention that -t a ignores high order bit.
+ Documentation problem reported by Ed Avis.
+
+2006-02-01 Jim Meyering <jim@meyering.net>
+
* src/pwd.c (find_dir_entry): Remove unused local, `ent_sb_valid'.
2006-01-30 Paul Eggert <eggert@cs.ucla.edu>