Signed-off-by: Jakub Wilk <jwilk@xxxxxxxxx> --- man3/printf.3 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/man3/printf.3 b/man3/printf.3 index 8f944190b..85b5b4173 100644 --- a/man3/printf.3 +++ b/man3/printf.3 @@ -193,8 +193,8 @@ and below) and each conversion specifier asks for the next argument (and it is an error if insufficiently many arguments are given). One can also specify explicitly which argument is taken, -at each place where an argument is required, by writing "%m$" instead -of \(aq%\(aq and "*m$" instead of \(aq*\(aq, +at each place where an argument is required, by writing "%\fIm\fP$" instead +of \(aq%\(aq and "*\fIm\fP$" instead of \(aq*\(aq, where the decimal integer \fIm\fP denotes the position in the argument list of the desired argument, indexed starting from 1. -- 2.37.2