1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2026-01-15 01:31:08 +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-04 22:32:07 +09:00 committed by GitHub
parent 57a70eb200
commit feef6f4e24
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,7 +14,7 @@ prints format string at least once, repeating as long as there are remaining arg
output prints escaped literals in the format string as character literals
output replaces anonymous fields with the next unused argument, formatted according to the field.
Prints the , replacing escaped character sequences with character literals
Prints the `,` replacing escaped character sequences with character literals
and substitution field sequences with passed arguments
literally, with the exception of the below