From 5633eb9cd7e411f03707bd01fa4998fe5a5921cd Mon Sep 17 00:00:00 2001 From: Masahito Osako <43847020+m11o@users.noreply.github.com> Date: Thu, 6 Apr 2023 00:25:28 +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 4aeeae3f7..1d25a0e59 100644 --- a/src/uu/printf/printf.md +++ b/src/uu/printf/printf.md @@ -133,7 +133,7 @@ printf 'the letter %X comes before the letter %X' 10 11 will print 'the letter A comes before the letter B' -because the substitution field %X means +because the substitution field `%X` means 'take an integer argument and write it as a hexadecimal number' Passing more arguments than are in the format string will cause the format string to be