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.72
1 files changed, 1 insertions, 1 deletions
diff --git a/man7/feature_test_macros.7 b/man7/feature_test_macros.7
index 85efdcb5d5..15e0d79e26 100644
--- a/man7/feature_test_macros.7
+++ b/man7/feature_test_macros.7
@@ -44,7 +44,7 @@ header file.
In order to be effective, a feature test macro
.IR "must be defined before including any header files" .
This can either be done in the compilation command
-.RI ( "cc -DMACRO=value" )
+.RI ( "cc \-DMACRO=value" )
or by defining the macro within the source code before
including any headers.