From d2d118e8d7dfed2814fa0414c8ea12d3a0c4c9cd Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Wed, 6 Nov 2002 10:37:24 +0000 Subject: [PATCH] (printf invocation): Fix typo in index: change \0x prefix to \x. Change \xhhh to \xhh. --- doc/coreutils.texi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/coreutils.texi b/doc/coreutils.texi index 3ead1c3..47f9b4a 100644 --- a/doc/coreutils.texi +++ b/doc/coreutils.texi @@ -8245,10 +8245,10 @@ argument string with @samp{\} escapes interpreted in the same way as in the @var{format} string. @kindex \0ooo -@kindex \0xhhh +@kindex \xhh @command{printf} interprets @samp{\0ooo} in @var{format} as an octal number (if @var{ooo} is 0 to 3 octal digits) specifying a character to print, -and @samp{\xhhh} as a hexadecimal number (if @var{hhh} is 1 to 3 hex +and @samp{\xhh} as a hexadecimal number (if @var{hh} is 1 to 2 hex digits) specifying a character to print. @kindex \uhhhh -- 2.7.4