diff --git a/man/systemd.unit.xml b/man/systemd.unit.xml
index 98466591348..a95c160954a 100644
--- a/man/systemd.unit.xml
+++ b/man/systemd.unit.xml
@@ -191,6 +191,17 @@
.d/ subdirectory and reads its
.conf files.
+ In addition to /etc/systemd/system,
+ the drop-in .conf files for system services
+ can be placed in /usr/lib/systemd/system or
+ /run/systemd/system directories. Drop-in
+ files in /etc take precedence over those in
+ /run which in turn take precedence over
+ those in /usr/lib. Drop-in files under any of
+ these directories take precedence over unit files wherever located.
+ (Of course, since /run is temporary and
+ /usr/lib is for vendors, it is unlikely
+ drop-ins should be used in either of those places.)
@@ -1402,6 +1413,7 @@ PrivateTmp=yes
cannot be reset to an empty list, so dependencies can only be
added in drop-ins. If you want to remove dependencies, you have
to override the entire unit.
+