mirror of
https://github.com/uutils/coreutils
synced 2024-12-13 06:42:42 +00:00
Update src/uu/printf/printf.md
Co-authored-by: Sylvestre Ledru <sledru@mozilla.com>
This commit is contained in:
parent
a838c31978
commit
109aa925c4
1 changed files with 1 additions and 1 deletions
|
@ -187,7 +187,7 @@ All integer fields have a 'pad with zero' parameter
|
|||
`%.4i` means an integer which if it is less than 4 digits in length,
|
||||
is padded with leading zeros until it is 4 digits in length.
|
||||
|
||||
* `%d or %i`: 64-bit integer
|
||||
* `%d` or `%i`: 64-bit integer
|
||||
|
||||
* `%u`: 64-bit unsigned integer
|
||||
|
||||
|
|
Loading…
Reference in a new issue