diff --git a/man7/feature_test_macros.7 b/man7/feature_test_macros.7 index fc31db27a..934ed1e71 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