summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
Diffstat (limited to 'documentation')
-rw-r--r--documentation/ref-manual/ref-classes.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml
index 2096f2cb53..7f50b26e9c 100644
--- a/documentation/ref-manual/ref-classes.xml
+++ b/documentation/ref-manual/ref-classes.xml
@@ -1177,7 +1177,7 @@
1177 <link linkend='var-ICECC_DISABLED'><filename>ICECC_DISABLED</filename></link> 1177 <link linkend='var-ICECC_DISABLED'><filename>ICECC_DISABLED</filename></link>
1178 variable to "1" as follows: 1178 variable to "1" as follows:
1179 <literallayout class='monospaced'> 1179 <literallayout class='monospaced'>
1180 INHERIT_DISTRO += "icecc" 1180 INHERIT_DISTRO_append = " icecc"
1181 ICECC_DISABLED ??= "1" 1181 ICECC_DISABLED ??= "1"
1182 </literallayout> 1182 </literallayout>
1183 This practice makes sure everyone is using the same signatures but also 1183 This practice makes sure everyone is using the same signatures but also