From: Alejandro Colomar Date: Wed, 24 Jun 2026 13:10:41 +0000 (+0200) Subject: man/man7/feature_test_macros.7: _BSD_SOURCE, _SVID_SOURCE: Use consistent [[deprecate... X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=83ad05696b4a1dfc3721cfd299c159f94de5171b;p=thirdparty%2Fman-pages.git man/man7/feature_test_macros.7: _BSD_SOURCE, _SVID_SOURCE: Use consistent [[deprecated]] notation The glibc version is unimportant here. It's still there in the description, though. Signed-off-by: Alejandro Colomar --- diff --git a/man/man7/feature_test_macros.7 b/man/man7/feature_test_macros.7 index abe33504e..ae0e9b3b1 100644 --- a/man/man7/feature_test_macros.7 +++ b/man/man7/feature_test_macros.7 @@ -375,7 +375,7 @@ It is closely related to and depending on implementation, may require it set. This macro is available as of glibc 2.34. .TP -.BR _BSD_SOURCE " (deprecated since glibc 2.20)" +.BR _BSD_SOURCE " [[deprecated]]" Defining this macro with any value causes header files to expose BSD-derived definitions. .IP @@ -417,7 +417,7 @@ in glibc 2.20 and later to compile without warnings, define and .BR _DEFAULT_SOURCE . .TP -.BR _SVID_SOURCE " (deprecated since glibc 2.20)" +.BR _SVID_SOURCE " [[deprecated]]" Defining this macro with any value causes header files to expose System V-derived definitions. (SVID == System V Interface Definition;