summaryrefslogtreecommitdiff
path: root/doc/coreutils.texi
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2002-11-06 10:37:24 +0000
committerJim Meyering <jim@meyering.net>2002-11-06 10:37:24 +0000
commitd2d118e8d7dfed2814fa0414c8ea12d3a0c4c9cd (patch)
treea59a55b0c15e9bb7b03d0d798605e7982b398954 /doc/coreutils.texi
parent2017db1bbdb900f628450ea3876eba400bbfdf32 (diff)
downloadcoreutils-d2d118e8d7dfed2814fa0414c8ea12d3a0c4c9cd.tar.xz
(printf invocation): Fix typo in index: change \0x prefix to \x.
Change \xhhh to \xhh.
Diffstat (limited to 'doc/coreutils.texi')
-rw-r--r--doc/coreutils.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/coreutils.texi b/doc/coreutils.texi
index 3ead1c30c..47f9b4a9d 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