diff --git a/documentation/poky-ref-manual/ref-variables.xml b/documentation/poky-ref-manual/ref-variables.xml
index 4e7f85c37d..a5320283f6 100644
--- a/documentation/poky-ref-manual/ref-variables.xml
+++ b/documentation/poky-ref-manual/ref-variables.xml
@@ -236,7 +236,18 @@
- Use the following form:
+ If you do not provide a BB_DISKMON_WARNINTERVAL
+ variable and you do use BB_DISKMON_DIRS with
+ the "WARN" action, the disk monitoring interval defaults to
+ the following:
+
+ BB_DISKMON_WARNINTERVAL = "50M,5K"
+
+
+
+
+ When specifying the variable in your configuration file,
+ use the following form:
BB_DISKMON_WARNINTERVAL = "<disk_space_interval>,<disk_inode_interval>"