diff --git a/man/machinectl.xml b/man/machinectl.xml index 3964dc0580b..5b19a9abbd7 100644 --- a/man/machinectl.xml +++ b/man/machinectl.xml @@ -263,7 +263,7 @@ poweroff NAME Power off one or more containers. This will - trigger a reboot by sending SIGRTMIN+4 to the container's init + trigger a shutdown by sending SIGRTMIN+4 to the container's init process, which causes systemd-compatible init systems to shut down cleanly. Use stop as alias for poweroff. This operation does not work on containers that do not run a diff --git a/man/systemd-nspawn.xml b/man/systemd-nspawn.xml index 2645a6b217c..cd7d349b95c 100644 --- a/man/systemd-nspawn.xml +++ b/man/systemd-nspawn.xml @@ -369,7 +369,7 @@ - Mount the container's root file system (and any other file systems container in the container + Mount the container's root file system (and any other file systems contained in the container image) read-only. This has no effect on additional mounts made with , and similar options. This mode is implied if the container image file or directory is marked read-only itself. It is also implied if is used. In this case the container @@ -404,7 +404,7 @@ /efi/ or /boot/ are prohibited in case such a partition exists in the container image operated on, and even if is used the hypothetical file /etc/foobar is potentially writable if - if used to mount it from outside the read-only container + is used to mount it from outside the read-only container /etc/ directory. The option is closely related to this setting, and provides similar