[PATCH v1] man7/feature_test_macros.7: tfix

Evan <[email protected]> Mon, 25 May 2026 16:35:05 +0000
Newsgroups org.kernel.vger.linux-man
Message-ID <NVnggFXrKY_T_kEGNivWpJI-z3Ztwoyzp3gqTE22JG1-JQfhpNY42bISSPC2fhr90tzYI0QguUcNn3kD0ugpFcI6p-Q8G7KUknOfxOPRGAw=@protonmail.com>
Fixed two typos in the _REENTRANT description under the "Feature test
macros understood by glibc" section.  Changed "199606L" to "199506L".
For the corresponding glibc source code, see:

<https://sourceware.org/git?p=glibc.git;a=blob;f=include/features.h;h=c080ad4260f40e633f6df951408d0a822ac2fb3d;hb=HEAD#l350>

Signed-off-by: felisevan <[email protected]>
v1-0001-man7-feature_test_macros.7-tfix.patch (application/octet-stream, 1.5 KB)
From 38ee0b6e5536372dc889679079874be64b87dc8a Mon Sep 17 00:00:00 2001
From: felisevan <[email protected]>
Date: Mon, 25 May 2026 18:14:14 +0200
Subject: [PATCH v1] man7/feature_test_macros.7: tfix
To: Alejandro Colomar <[email protected]>
Cc: <[email protected]>

Fixed two typos in the _REENTRANT description under the "Feature test
macros understood by glibc" section.  Changed "199606L" to "199506L".
For the corresponding glibc source code, see:

<https://sourceware.org/git?p=glibc.git;a=blob;f=include/features.h;h=c080ad4260f40e633f6df951408d0a822ac2fb3d;hb=HEAD#l350>

Signed-off-by: felisevan <[email protected]>
---
 man/man7/feature_test_macros.7 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/man/man7/feature_test_macros.7 b/man/man7/feature_test_macros.7
index 469e9731..0bfcd921 100644
--- a/man/man7/feature_test_macros.7
+++ b/man/man7/feature_test_macros.7
@@ -572,7 +572,7 @@ .SS Feature test macros understood by glibc
 has been to enable one or two of the same declarations that
 are also enabled by defining
 .B _POSIX_C_SOURCE
-with a value of 199606L or greater.
+with a value of 199506L or greater.
 .IP
 .B _REENTRANT
 is now obsolete.
@@ -580,7 +580,7 @@ .SS Feature test macros understood by glibc
 .B _REENTRANT
 is equivalent to defining
 .B _POSIX_C_SOURCE
-with the value 199606L.
+with the value 199506L.
 If a higher POSIX conformance level is
 selected by any other means (such as
 .B _POSIX_C_SOURCE
-- 
2.43.0