diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index 7dafb313b5..17203fe68e 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml @@ -3423,20 +3423,28 @@ DISTROOVERRIDES - DISTROOVERRIDES[doc] = "Lists overrides specific to the current distribution. By default, the variable list includes the value of the DISTRO variable." + DISTROOVERRIDES[doc] = "A colon-separated list of overrides specific to the current distribution." - This variable lists overrides specific to the current - distribution. - By default, the variable list includes the value of the - DISTRO - variable. - You can extend the variable to apply any variable overrides - you want as part of the distribution and are not - already in OVERRIDES through - some other means. + A colon-separated list of overrides specific to the + current distribution. + By default, this list includes the value of + DISTRO. + + + + You can extend DISTROOVERRIDES + to add extra overrides that should apply to + the distribution. + + + + The underlying mechanism behind + DISTROOVERRIDES is simply that it + is included in the default value of + OVERRIDES.