diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index 2e02a88980..9a2d532bd4 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -11475,6 +11475,23 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
+ USE_DEVFS
+
+ USE_DEVFS[doc] = "Determines if devtmps is used for/dev population."
+
+
+
+ Determines if devtmpfs is used for
+ /dev population.
+ The default value used for USE_DEVFS
+ is "1" when no value is specifically set.
+ Typically, you would set USE_DEVFS
+ to "0" for a statically populated /dev
+ directory.
+
+
+
+
USE_VT
USE_VT[doc] = "When using SysVinit, determines whether or not to run a getty on any virtual terminals in order to enable logging in through those terminals."