diff --git a/man/systemd-debug-generator.xml b/man/systemd-debug-generator.xml
index 529d834b83b..e93ee174606 100644
--- a/man/systemd-debug-generator.xml
+++ b/man/systemd-debug-generator.xml
@@ -56,7 +56,7 @@
mask command. This is useful to boot with certain units removed from the initial
boot transaction for debugging system startup. May be specified more than once. The option prefixed
with rd. is honored only in the initrd, while the one without prefix is only
- honored in the main system.
+ honored on the host.
@@ -68,7 +68,7 @@
These options take a unit name as argument. A start job for this unit is added to the
initial transaction. This is useful to start one or more additional units at boot. May be specified
more than once. The option prefixed with rd. is honored only in the initrd, while
- the one that is not prefixed only in the main system.
+ the one that is not prefixed only on the host.
@@ -89,7 +89,7 @@
shell may also be turned on persistently by enabling it with
systemctl1's
enable command. The options prefixed with rd. are honored only
- in the initrd, while the ones without prefix are only honored in the main system.
+ in the initrd, while the ones without prefix are only honored on the host.
@@ -103,8 +103,8 @@
rd. option). It also accepts multiple values separated by comma
(,). These options allow to pause the boot process at a certain point and spawn a
debug shell. After exiting this shell, the system will resume booting. The option prefixed with
- rd. is honored only in the initrd, while the one without prefix is only honored in
- the main system.
+ rd. is honored only in the initrd, while the one without prefix is only honored on
+ the host.
Available breakpoints
@@ -113,13 +113,13 @@
-
+
Breakpoints
Description
Can be used in the initrd
- Can be used in the main system
+ Can be used on the host