mirror of
https://github.com/uutils/coreutils
synced 2024-12-13 23:02:38 +00:00
Update src/uu/printf/printf.md
Co-authored-by: Sylvestre Ledru <sledru@mozilla.com>
This commit is contained in:
parent
cbc0ff6771
commit
5633eb9cd7
1 changed files with 1 additions and 1 deletions
|
@ -133,7 +133,7 @@ printf 'the letter %X comes before the letter %X' 10 11
|
||||||
will print
|
will print
|
||||||
'the letter A comes before the letter B'
|
'the letter A comes before the letter B'
|
||||||
|
|
||||||
because the substitution field %X means
|
because the substitution field `%X` means
|
||||||
'take an integer argument and write it as a hexadecimal number'
|
'take an integer argument and write it as a hexadecimal number'
|
||||||
|
|
||||||
Passing more arguments than are in the format string will cause the format string to be
|
Passing more arguments than are in the format string will cause the format string to be
|
||||||
|
|
Loading…
Reference in a new issue