From f1663f029ce11459d8b58a0149ef955aa4d0780c Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Mon, 4 Jan 2021 11:02:32 +0100 Subject: [PATCH] feature_test_macros.7: wfix Signed-off-by: Michael Kerrisk --- man7/feature_test_macros.7 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/man7/feature_test_macros.7 b/man7/feature_test_macros.7 index 8525edacc..cee111f89 100644 --- a/man7/feature_test_macros.7 +++ b/man7/feature_test_macros.7 @@ -144,7 +144,7 @@ feature test macro can be used to expose the function declaration, and that macro is not defined by default. .SS Feature test macros understood by glibc The paragraphs below explain how feature test macros are handled -in Linux glibc 2.\fIx\fP, +in glibc 2.\fIx\fP, .I x > 0. .PP @@ -213,7 +213,7 @@ _XOPEN_SOURCE >= 700 .\" a description of them with the details in later glibc versions .\" would make for a complicated description. .PP -Linux glibc understands the following feature test macros: +Glibc understands the following feature test macros: .TP .B __STRICT_ANSI__ ISO Standard C.