diff --git a/man/journalctl.xml b/man/journalctl.xml
index 37fb0d67fd..39c8c07d6b 100644
--- a/man/journalctl.xml
+++ b/man/journalctl.xml
@@ -752,7 +752,7 @@
- Removes archived journal files until the disk
+ Removes the oldest archived journal files until the disk
space they use falls below the specified size (specified with
the usual K, M,
G and T suffixes), or all
diff --git a/man/systemd-journald.service.xml b/man/systemd-journald.service.xml
index dfff107e1f..d78aef3a63 100644
--- a/man/systemd-journald.service.xml
+++ b/man/systemd-journald.service.xml
@@ -296,7 +296,12 @@ systemd-tmpfiles --create --prefix /var/log/journal
and the functions in the
sd-journal3
library should be able to read all entries that have been fully written.
-
+
+ systemd-journald will automatically remove the oldest
+ archived journal files to limit disk use. See SystemMaxUse=
+ and related settings in
+ journald.conf5.
+