diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml
index 94832f283a..1ea2a3d84a 100644
--- a/documentation/ref-manual/ref-classes.xml
+++ b/documentation/ref-manual/ref-classes.xml
@@ -3112,6 +3112,27 @@
+
+ texinfo.bbclass
+
+
+ This class should be inherited by recipes whose upstream packages
+ invoke the texinfo utilities at build-time.
+ Native and cross recipes are made to use the dummy scripts provided
+ by texinfo-dummy-native, for improved performance.
+ Target architecture recipes use the genuine
+ Texinfo utilities.
+ By default, they use the Texinfo utilities on the host system.
+
+ If you want to use the Texinfo recipe shipped with the build
+ system, you can remove "texinfo-native" from
+ ASSUME_PROVIDED
+ and makeinfo from
+ SANITY_REQUIRED_UTILITIES.
+
+
+
+
tinderclient.bbclass
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index fcb62d22b1..bc17ee409b 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -239,6 +239,14 @@
+ ASSUME_PROVIDED
+
+
+ I need a description here.
+
+
+
+
AUTHORThe email address used to contact the original author
@@ -7400,6 +7408,14 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
+ SANITY_REQUIRED_UTILITIES
+
+
+ Need a description here.
+
+
+
+
SANITY_TESTED_DISTROS