diff --git a/man/org.freedesktop.portable1.xml b/man/org.freedesktop.portable1.xml
index e0070d33b6e..a41da4f5c3c 100644
--- a/man/org.freedesktop.portable1.xml
+++ b/man/org.freedesktop.portable1.xml
@@ -310,11 +310,11 @@ node /org/freedesktop/portable1 {
The AttachImageWithExtensions(),
DetachImageWithExtensions() and
ReattachImageWithExtensions() methods take in options as flags instead of
- booleans to allow for extendability. SD_SYSTEMD_PORTABLE_FORCE_ATTACH will cause
- safety checks that ensure the units are not running while the new image is attached or detached
- to be skipped. SD_SYSTEMD_PORTABLE_FORCE_EXTENSION will cause the check that the
+ booleans to allow for extendability. SD_SYSTEMD_PORTABLE_FORCE_ATTACH will bypass
+ the safety checks that ensure the units are not running while the image is attached or detached.
+ SD_SYSTEMD_PORTABLE_FORCE_EXTENSION will bypass the check that ensures the
extension-release.NAME file in the extension image
- matches the image name to be skipped. They are defined as follows:
+ matches the image name. They are defined as follows:
#define SD_SYSTEMD_PORTABLE_RUNTIME (UINT64_C(1) << 0)