aboutsummaryrefslogtreecommitdiffstats
path: root/man3/printf.3
diff options
context:
space:
mode:
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 cb59b00c5a..0a2534bc37 100644
--- a/man3/printf.3
+++ b/man3/printf.3
@@ -236,7 +236,7 @@ The character % is followed by zero or more of the following flags:
.B #
The value should be converted to an ``alternate form''.
For
-.BR o
+.B o
conversions, the first character of the output string is made zero
(by prefixing a 0 if it was not zero already).
For
@@ -423,7 +423,7 @@ Here, `integer conversion' stands for
.BR u ,
.BR x ,
or
-.BR X
+.B X
conversion.
.TP
.B hh
@@ -479,7 +479,7 @@ conversion corresponds to a pointer to a
.I long long int
argument.
.TP
-.BR L
+.B L
A following
.BR a ,
.BR A ,