]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
man/man7/feature_test_macros.7: _BSD_SOURCE, _SVID_SOURCE: Use consistent [[deprecate...
authorAlejandro Colomar <alx@kernel.org>
Wed, 24 Jun 2026 13:10:41 +0000 (15:10 +0200)
committerAlejandro Colomar <alx@kernel.org>
Wed, 24 Jun 2026 13:10:43 +0000 (15:10 +0200)
The glibc version is unimportant here.  It's still there in the
description, though.

Signed-off-by: Alejandro Colomar <alx@kernel.org>
man/man7/feature_test_macros.7

index abe33504e8f9e59b6ce7696a10c932afb0054982..ae0e9b3b1fb92b45ce4691621267028d09486ba4 100644 (file)
@@ -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;