diff --git a/docs/en/programmers/api-variables/variable-use-sub-dirs.xml b/docs/en/programmers/api-variables/variable-use-sub-dirs.xml
index 494e2b2c..9703c4b6 100644
--- a/docs/en/programmers/api-variables/variable-use-sub-dirs.xml
+++ b/docs/en/programmers/api-variables/variable-use-sub-dirs.xml
@@ -6,7 +6,7 @@
Smarty will create subdirectories under the
templates_c and
cache
-directories if $use_sub_dirs is set to true.
+directories if $use_sub_dirs is set to true (default is false).
In an environment where there are potentially tens of thousands of files created,
this may help the filesystem speed.
On the other hand, some environments do not allow PHP processes to
@@ -27,6 +27,9 @@ $use_sub_dirs=true doesn't work with
safe_mode=On,
that's why it's switchable and why it's off by default.
+
+$use_sub_dirs=true on Windows can cause problems.
+Note