aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn A. Leuenhagen <john@zlima12.com>2020-11-01 23:11:47 -0500
committerMichael Kerrisk <mtk.manpages@gmail.com>2020-11-02 08:43:32 +0100
commit5115a7dede65854efa7c882380dd6ee30e8da1a5 (patch)
treeb08839f013a87f7016ca31d87adf6dd3a5f35485
parent07d6c242cff6c983e52f5d52eaded88484dcfbe0 (diff)
downloadman-pages-5115a7dede65854efa7c882380dd6ee30e8da1a5.tar.gz
feature_test_macros.7: tfix
Signed-off-by: John A. Leuenhagen <john@zlima12.com> Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
-rw-r--r--man7/feature_test_macros.72
1 files changed, 1 insertions, 1 deletions
diff --git a/man7/feature_test_macros.7 b/man7/feature_test_macros.7
index d8ae111cf7..0fb93c2496 100644
--- a/man7/feature_test_macros.7
+++ b/man7/feature_test_macros.7
@@ -50,7 +50,7 @@ itself includes
.EX
#include <abc.h>
#define _GNU_SOURCE
-#include <xys.h>
+#include <xyz.h>
.EE
.in
.PP