From feef6f4e24aa38346b7c611ffbd3a8a0eaf58d74 Mon Sep 17 00:00:00 2001 From: Masahito Osako <43847020+m11o@users.noreply.github.com> Date: Tue, 4 Apr 2023 22:32:07 +0900 Subject: [PATCH] Update src/uu/printf/printf.md Co-authored-by: Sylvestre Ledru --- src/uu/printf/printf.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/uu/printf/printf.md b/src/uu/printf/printf.md index ceb1f0124..65593b442 100644 --- a/src/uu/printf/printf.md +++ b/src/uu/printf/printf.md @@ -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