summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--documentation/ref-manual/ref-variables.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index 1fa628109e..7d2a71c300 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -1546,8 +1546,8 @@
1546 <glossentry id='var-CPPFLAGS'><glossterm>CPPFLAGS</glossterm> 1546 <glossentry id='var-CPPFLAGS'><glossterm>CPPFLAGS</glossterm>
1547 <glossdef> 1547 <glossdef>
1548 <para> 1548 <para>
1549 Specifies the flags to pass to the C compiler and to the 1549 Specifies the flags to pass to the C pre-processor
1550 C pre-processor. 1550 (i.e. to both the C and the C++ compilers).
1551 This variable is exported to an environment 1551 This variable is exported to an environment
1552 variable and thus made visible to the software being 1552 variable and thus made visible to the software being
1553 built during the compilation step. 1553 built during the compilation step.