1
Fork 0
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:
Masahito Osako 2023-04-06 00:19:57 +09:00 committed by GitHub
parent 43c1b27332
commit b8a3f14fb3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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