summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-03-27 13:59:13 +0000
committerJim Meyering <jim@meyering.net>2003-03-27 13:59:13 +0000
commitfb9a0792d79847a8b36d2ede1faa2b71a77649e1 (patch)
tree4c39d4fc6e855b22eedee52d41504f02e6f02b32 /doc
parent3988ba00388b2bc36962d63677d2d9fb61a7ad52 (diff)
downloadcoreutils-fb9a0792d79847a8b36d2ede1faa2b71a77649e1.tar.xz
(printf invocation): Fix formatting bugs.
Diffstat (limited to 'doc')
-rw-r--r--doc/coreutils.texi9
1 files changed, 5 insertions, 4 deletions
diff --git a/doc/coreutils.texi b/doc/coreutils.texi
index 85b0bb0c5..0646a6672 100644
--- a/doc/coreutils.texi
+++ b/doc/coreutils.texi
@@ -8454,11 +8454,12 @@ all of the given @var{argument}s.
argument string with @samp{\} escapes interpreted in the same way as in
the @var{format} string.
-@kindex \0ooo
-@kindex \xhh
-@command{printf} interprets @samp{\0ooo} in @var{format} as an octal number
+@kindex \@var{ooo}
+@kindex \x@var{hh}
+
+@command{printf} interprets @samp{\@var{ooo}} in @var{format} as an octal number
(if @var{ooo} is 0 to 3 octal digits) specifying a character to print,
-and @samp{\xhh} as a hexadecimal number (if @var{hh} is 1 to 2 hex
+and @samp{\x@var{hh}} as a hexadecimal number (if @var{hh} is 1 to 2 hex
digits) specifying a character to print.
@kindex \uhhhh