aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2014-03-10 10:06:47 +0100
committerMichael Kerrisk <mtk.manpages@gmail.com>2014-03-10 15:03:56 +0100
commit3244e6ad0b99cc32f747ad4abecc397cf33dd932 (patch)
treedaaa130cd998dc75bc33b5e4e83bb6ebb4e4dd87
parent199cbeb076152aeb7eab9f554979230882786dbb (diff)
downloadman-pages-3244e6ad0b99cc32f747ad4abecc397cf33dd932.tar.gz
feature_test_macros.7: ffix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
-rw-r--r--man7/feature_test_macros.74
1 files changed, 1 insertions, 3 deletions
diff --git a/man7/feature_test_macros.7 b/man7/feature_test_macros.7
index fc31db27a0..934ed1e719 100644
--- a/man7/feature_test_macros.7
+++ b/man7/feature_test_macros.7
@@ -443,14 +443,13 @@ and either
is not defined or
.B _XOPEN_SOURCE
is defined with a value of 500 or more, then
-.RS 3
.IP * 3
.B _POSIX_SOURCE
is defined with the value 1; and
.IP *
.B _POSIX_C_SOURCE
is defined with one of the following values:
-.RS 6
+.RS 3
.IP \(bu 3
2,
if
@@ -488,7 +487,6 @@ depends on the glibc version:
200112L, in glibc 2.4 to 2.9; and
200809L, since glibc 2.10.
.RE
-.RE
.PP
Multiple macros can be defined; the results are additive.
.SH CONFORMING TO