mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-07-26 10:39:01 +02:00
(printf invocation): Fix formatting bugs.
This commit is contained in:
+5
-4
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user