feature_test_macros.7: wfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2010-09-10 07:19:12 +02:00
parent e0530cbbdd
commit b220f1b53a
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ are exposed by system header files when a program is compiled.
.B NOTE:
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
This can be done either in the compilation command
.RI ( "cc \-DMACRO=value" )
or by defining the macro within the source code before
including any headers.