aboutsummaryrefslogtreecommitdiffstats
path: root/man3/printf.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/printf.3')
-rw-r--r--man3/printf.38
1 files changed, 6 insertions, 2 deletions
diff --git a/man3/printf.3 b/man3/printf.3
index 897bcf1359..add9f6e59a 100644
--- a/man3/printf.3
+++ b/man3/printf.3
@@ -65,9 +65,13 @@ Feature Test Macro Requirements for glibc (see
.ad l
.BR snprintf (),
.BR vsnprintf ():
-_BSD_SOURCE || _XOPEN_SOURCE\ >=\ 500 || _ISOC99_SOURCE; or
+.RS 4
+_BSD_SOURCE || _XOPEN_SOURCE\ >=\ 500 || _ISOC99_SOURCE;
+.br
+or
.I "cc -std=c99"
-.ad b
+.RE
+.ad
.SH DESCRIPTION
The functions in the
.BR printf ()