mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2026-01-16 10:11:01 +00:00
Update src/uu/printf/printf.md
Co-authored-by: Sylvestre Ledru <sledru@mozilla.com>
This commit is contained in:
parent
43c1b27332
commit
b8a3f14fb3
1 changed files with 1 additions and 1 deletions
|
|
@ -71,7 +71,7 @@ Fields
|
|||
|
||||
* `%c`: char no second parameter
|
||||
|
||||
* `%i or %d`: 64-bit integer
|
||||
* `%i` or `%d`: 64-bit integer
|
||||
* `%u`: 64 bit unsigned integer
|
||||
* `%x or %X`: 64-bit unsigned integer as hex
|
||||
* `%o`: 64-bit unsigned integer as octal
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue