diff --git a/man/systemd.exec.xml b/man/systemd.exec.xml
index 5cb83afa57..6dcccc38b4 100644
--- a/man/systemd.exec.xml
+++ b/man/systemd.exec.xml
@@ -1035,6 +1035,16 @@ StateDirectory=aaa/bbb ccc
RuntimeDirectory= are removed when the system is rebooted.
+
+ TimeoutCleanSec=
+ Configures a timeout on the clean-up operation requested through systemctl
+ clean …, see
+ systemctl1 for
+ details. Takes the usual time values and defaults to infinity, i.e. by default
+ no time-out is applied. If a time-out is configured the clean operation will be aborted forcibly when
+ the time-out is reached, potentially leaving resources on disk.
+
+
ReadWritePaths=
ReadOnlyPaths=
diff --git a/man/systemd.service.xml b/man/systemd.service.xml
index 40ac052ba5..14840c2e16 100644
--- a/man/systemd.service.xml
+++ b/man/systemd.service.xml
@@ -636,16 +636,6 @@
-
- TimeoutCleanSec=
- Configures a timeout on the clean-up operation requested through systemctl
- clean …, see
- systemctl1 for
- details. Takes the usual time values and defaults to infinity, i.e. by default
- no time-out is applied. If a time-out is configured the clean operation will be aborted forcibly when
- the time-out is reached, potentially leaving resources on disk.
-
-
RuntimeMaxSec=