aboutsummaryrefslogtreecommitdiffstats
path: root/man7/feature_test_macros.7
diff options
context:
space:
mode:
Diffstat (limited to 'man7/feature_test_macros.7')
-rw-r--r--man7/feature_test_macros.74
1 files changed, 2 insertions, 2 deletions
diff --git a/man7/feature_test_macros.7 b/man7/feature_test_macros.7
index a6f8809658..186e48adac 100644
--- a/man7/feature_test_macros.7
+++ b/man7/feature_test_macros.7
@@ -33,8 +33,8 @@ feature_test_macros \- feature test macros
Feature test macros allow the programmer to control the definitions that
are exposed by system header files when a program is compiled.
This can be useful for creating portable applications,
-by preventing non-standard definitions from being exposed.
-Other macros can be used to expose non-standard definitions that
+by preventing nonstandard definitions from being exposed.
+Other macros can be used to expose nonstandard definitions that
are not exposed by default.
The precise effects of each of the feature test macros described below
can be ascertained by inspecting the