summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 7a451d625c..a602286316 100644
--- a/documentation/ref-manual/ref-classes.xml
+++ b/documentation/ref-manual/ref-classes.xml
@@ -591,7 +591,7 @@
591 these checks at the global level (i.e. in your custom distro 591 these checks at the global level (i.e. in your custom distro
592 configuration). 592 configuration).
593 However, to skip one or more checks in recipes, you should use 593 However, to skip one or more checks in recipes, you should use
594 <filename>INSANE_SKIP</filename>. 594 <link linkend='var-INSANE_SKIP'><filename>INSANE_SKIP</filename></link>.
595 For example, to skip the check for symbolic link 595 For example, to skip the check for symbolic link
596 <filename>.so</filename> files in the main package of a recipe, 596 <filename>.so</filename> files in the main package of a recipe,
597 add the following to the recipe. 597 add the following to the recipe.