(usage): Mention that -t a ignores high order bit.
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 2 Feb 2006 07:44:57 +0000 (07:44 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 2 Feb 2006 07:44:57 +0000 (07:44 +0000)
ChangeLog
src/od.c

index 24aa8b2..929af5c 100644 (file)
--- 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>
index 5334db2..7853262 100644 (file)
--- a/src/od.c
+++ b/src/od.c
@@ -337,7 +337,7 @@ All arguments to long options are mandatory for short options.\n\
       fputs (_("\
 \n\
 Traditional format specifications may be intermixed; they accumulate:\n\
-  -a   same as -t a,  select named characters\n\
+  -a   same as -t a,  select named characters, ignoring high-order bit\n\
   -b   same as -t o1, select octal bytes\n\
   -c   same as -t c,  select ASCII characters or backslash escapes\n\
   -d   same as -t u2, select unsigned decimal 2-byte units\n\
@@ -361,7 +361,7 @@ suffixes may be . for octal and b for multiply by 512.\n\
 \n\
 TYPE is made up of one or more of these specifications:\n\
 \n\
-  a          named character\n\
+  a          named character, ignoring high-order bit\n\
   c          ASCII character or backslash escape\n\
 "), stdout);
       fputs (_("\