diff --git a/man/systemd.mount.xml b/man/systemd.mount.xml
index f89a53751e..d0ccd39e38 100644
--- a/man/systemd.mount.xml
+++ b/man/systemd.mount.xml
@@ -83,6 +83,11 @@
disabled. For a longer discussion see API
File Systems.
+
+ The
+ systemd-mount1 command
+ allows creating .mount and .automount units dynamically and
+ transiently from the command line.
@@ -535,7 +540,8 @@
proc5,
mount8,
systemd-fstab-generator8,
- systemd.directives7
+ systemd.directives7,
+ systemd-mount1
diff --git a/man/systemd.service.xml b/man/systemd.service.xml
index b9a3266dfd..5b88417530 100644
--- a/man/systemd.service.xml
+++ b/man/systemd.service.xml
@@ -59,6 +59,10 @@
about the incompatibilities, see the Incompatibilities
with SysV document.
+
+ The systemd-run1
+ command allows creating .service and .scope units dynamically
+ and transiently from the command line.
@@ -1429,7 +1433,8 @@ WantedBy=multi-user.target
systemd.exec5,
systemd.resource-control5,
systemd.kill5,
- systemd.directives7
+ systemd.directives7,
+ systemd-run1