diff options
Diffstat (limited to 'man7/feature_test_macros.7')
| -rw-r--r-- | man7/feature_test_macros.7 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/man7/feature_test_macros.7 b/man7/feature_test_macros.7 index ce4cf4ea71..fbb26021c5 100644 --- a/man7/feature_test_macros.7 +++ b/man7/feature_test_macros.7 @@ -93,8 +93,8 @@ compilation command: .RS .nf -cc -D_BSD_SOURCE -cc -D_XOPEN_SOURCE=500 # Or any value > 500 +cc \-D_BSD_SOURCE +cc \-D_XOPEN_SOURCE=500 # Or any value > 500 .fi .RE .PP @@ -277,7 +277,7 @@ Where standards conflict, BSD definitions are disfavored. .B _REENTRANT Defining this macro exposes definitions of certain reentrant functions. For multithreaded programs, use -.I "cc -pthread" +.I "cc\ \-pthread" instead. .TP .B _THREAD_SAFE @@ -316,7 +316,7 @@ and If .B _FORTIFY_SOURCE is set to 1, with compiler optimization level 1 -.RI ( "gcc -O1" ) +.RI ( "gcc\ \-O1" ) and above, checks that shouldn't change the behavior of conforming programs are performed. With |
