summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2010-09-18 18:16:36 +0200
committerMichael Kerrisk <mtk.manpages@gmail.com>2010-09-22 16:59:05 +0200
commita1d525f2e6f036dec98cd3eb7fc70efe416021ed (patch)
tree00906cac2e0cccf6b0f02266ac8c1b6883b18c95
parent513677a6875f67f7f6f279fe5a907c2d23c97533 (diff)
printf.3, scanf.3: ffix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
-rw-r--r--man3/printf.38
-rw-r--r--man3/scanf.38
2 files changed, 13 insertions, 3 deletions
diff --git a/man3/printf.3 b/man3/printf.3
index 897bcf13..add9f6e5 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 ()
diff --git a/man3/scanf.3 b/man3/scanf.3
index 7662003d..13dca699 100644
--- a/man3/scanf.3
+++ b/man3/scanf.3
@@ -69,12 +69,18 @@ scanf, fscanf, sscanf, vscanf, vsscanf, vfscanf \- input format conversion
Feature Test Macro Requirements for glibc (see
.BR feature_test_macros (7)):
.in
+.ad l
.sp
.BR vscanf (),
.BR vsscanf (),
.BR vfscanf ():
-_XOPEN_SOURCE\ >=\ 600 || _ISOC99_SOURCE; or
+.RS 4
+_XOPEN_SOURCE\ >=\ 600 || _ISOC99_SOURCE;
+.br
+or
.I "cc -std=c99"
+.ad
+.RE
.SH DESCRIPTION
The
.BR scanf ()