From: Jim Meyering Date: Wed, 6 Nov 2002 10:37:24 +0000 (+0000) Subject: (printf invocation): Fix typo in index: change \0x prefix to \x. X-Git-Tag: v4.5.4~307 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d2d118e8d7dfed2814fa0414c8ea12d3a0c4c9cd;p=thirdparty%2Fcoreutils.git (printf invocation): Fix typo in index: change \0x prefix to \x. Change \xhhh to \xhh. --- diff --git a/doc/coreutils.texi b/doc/coreutils.texi index 3ead1c30cd..47f9b4a9d4 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