aboutsummaryrefslogtreecommitdiffstats
path: root/man3/printf.3
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2015-05-05 08:45:08 +0200
committerMichael Kerrisk <mtk.manpages@gmail.com>2015-05-05 10:42:33 +0200
commitc38fc25e17998116c52f8e4bdd40da37e16e2c79 (patch)
treed4e8afce526126613e1f567c08e25efcb336746f /man3/printf.3
parent282ff7db706267b80852352de9c918109f7f872f (diff)
downloadman-pages-c38fc25e17998116c52f8e4bdd40da37e16e2c79.tar.gz
printf.3: ffix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man3/printf.3')
-rw-r--r--man3/printf.36
1 files changed, 3 insertions, 3 deletions
diff --git a/man3/printf.3 b/man3/printf.3
index e215f53827..e175a9b7f3 100644
--- a/man3/printf.3
+++ b/man3/printf.3
@@ -209,7 +209,7 @@ 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,
-where the decimal integer m denotes
+where the decimal integer \fIm\fP denotes
the position in the argument list of the desired argument, indexed starting
from 1.
Thus,
@@ -411,8 +411,8 @@ field is expanded to contain the conversion result.
An optional precision, in the form of a period (\(aq.\(aq) followed by an
optional decimal digit string.
Instead of a decimal digit string one may write "*" or "*m$"
-(for some decimal integer m) to specify that the precision
-is given in the next argument, or in the m-th argument, respectively,
+(for some decimal integer \fIm\fP) to specify that the precision
+is given in the next argument, or in the \fIm\fP-th argument, respectively,
which must be of type
.IR int .
If the precision is given as just \(aq.\(aq, the precision is taken to