]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(od invocation): Warn that -t a ignores the high order bit.
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 2 Feb 2006 07:45:21 +0000 (07:45 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 2 Feb 2006 07:45:21 +0000 (07:45 +0000)
doc/ChangeLog
doc/coreutils.texi

index e931540b9e09bd33fa5bbe7d2962ad979cff6c3f..2d313d1bf4f562327c16aa362a6b888bcb566713 100644 (file)
@@ -1,3 +1,8 @@
+2006-02-01  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * coreutils.texi (od invocation): Warn that -t a ignores the high
+       order bit.
+
 2006-01-30  Paul Eggert  <eggert@cs.ucla.edu>
 
        * coreutils.texi (tail invocation): In the obsolete usage, the
index 433b37f8f659aff4a800fc48dd5d4a58df487510..fa51b3411191d7fa5b3c34dd09fc4f9f02edda4a 100644 (file)
@@ -1607,7 +1607,7 @@ to the output line generated by the type specification.
 
 @table @samp
 @item a
-named character
+named character, ignoring high-order bit
 @item c
 @acronym{ASCII} character or backslash escape,
 @item d
@@ -1623,7 +1623,9 @@ hexadecimal
 @end table
 
 The type @code{a} outputs things like @samp{sp} for space, @samp{nl} for
-newline, and @samp{nul} for a null (zero) byte.  Type @code{c} outputs
+newline, and @samp{nul} for a null (zero) byte.  Only the least significant
+seven bits of each byte is used; the high-order bit is ignored.
+Type @code{c} outputs
 @samp{ }, @samp{\n}, and @code{\0}, respectively.
 
 @cindex type size