diff --git a/man/file-hierarchy.xml b/man/file-hierarchy.xml
index 1c4a33d597..a61cada695 100644
--- a/man/file-hierarchy.xml
+++ b/man/file-hierarchy.xml
@@ -230,7 +230,9 @@
Repository for vendor-supplied default configuration files. This directory should be
populated with pristine vendor versions of all configuration files that may be placed in
/etc/. This is useful to compare the local configuration of a system with vendor
- defaults and to populate the local configuration with defaults.
+ defaults and to populate the local configuration with defaults. Software should not read configuration
+ settings directly from /usr/share/factory/. Those files will be copied to
+ other locations if appropriate, and should only be read from there.
@@ -239,7 +241,9 @@
Similar to
/usr/share/factory/etc/, but for vendor
versions of files in the variable, persistent data directory
- /var/.
+ /var/. The same recommendations as for
+ /usr/share/factory/etc/ apply here.
+