From: Alejandro Colomar Date: Wed, 24 Jun 2026 12:31:53 +0000 (+0200) Subject: man/man7/: Clarify the change in C95 in standards(7), not feature_test_macros(7) X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=76d65dc44d9435d94fb3862abc6ca15e4635e2a0;p=thirdparty%2Fman-pages.git man/man7/: Clarify the change in C95 in standards(7), not feature_test_macros(7) Signed-off-by: Alejandro Colomar --- diff --git a/man/man7/feature_test_macros.7 b/man/man7/feature_test_macros.7 index 7feb535f4..49a08d3d5 100644 --- a/man/man7/feature_test_macros.7 +++ b/man/man7/feature_test_macros.7 @@ -268,7 +268,6 @@ conforming to SUSv1. .BR _ISOC99_SOURCE " (since glibc 2.1.3)" Exposes declarations consistent with the ISO C99 standard. Defining this macro also exposes ISO C (1990) Amendment 1 ("C95") definitions. -(The primary change in C95 was support for international character sets.) .IP Invoking the C compiler with the option .I \-std=c99 diff --git a/man/man7/standards.7 b/man/man7/standards.7 index dfbfe74ba..9b778a7b1 100644 --- a/man/man7/standards.7 +++ b/man/man7/standards.7 @@ -154,6 +154,8 @@ A draft is .UR https:\://www.open\-std.org/\:jtc1/\:sc22/\:wg14/\:www/\:docs/\:n412.pdf available online .UE . +.IP +The primary change in C95 was support for international character sets. .TP .B C96 .UR https:\://www.open\-std.org/\:jtc1/\:sc22/\:wg14/\:www/\:docs/\:tc2.htm