diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index c9ca5cf47a..926882aa4f 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -3636,10 +3636,17 @@
The short name of the distribution.
- This variable corresponds to a distribution
- configuration file whose root name is the same as the
- variable's argument and whose filename extension is
- .conf.
+ For information on the long name of the distribution, see
+ the
+ DISTRO_NAME
+ variable.
+
+
+
+ The DISTRO variable corresponds to a
+ distribution configuration file whose root name is the
+ same as the variable's argument and whose filename
+ extension is .conf.
For example, the distribution configuration file for the
Poky distribution is named poky.conf
and resides in the
@@ -3664,9 +3671,9 @@
The value for DISTRO must not contain
spaces, and is typically all lower-case.
- If the DISTRO variable is blank, a set
- of default configurations are used, which are specified
- within
+ If the DISTRO variable is blank,
+ a set of default configurations are used, which are
+ specified within
meta/conf/distro/defaultsetup.conf
also in the Source Directory.