diff --git a/man/journald.conf.xml b/man/journald.conf.xml
index 4b0dd90cbb..a14abad32d 100644
--- a/man/journald.conf.xml
+++ b/man/journald.conf.xml
@@ -87,6 +87,14 @@
is not removed. In the other direction,
journalctl1 with
the option may be used to move volatile data to persistent storage.
+
+ When journal namespacing (see LogNamespace= in
+ systemd.exec5) is
+ used, setting Storage= to volatile or auto
+ will not have an effect on the creation of the per-namespace logs directory in
+ /var/log/journal/, as the systemd-journald@.service service
+ file by default carries LogsDirectory=. To turn that off, add a unit file drop-in
+ file that sets LogsDirectory= to an empty string.