From c03a321ef6c25c120374e3ec94dbac7dc1af70ad Mon Sep 17 00:00:00 2001 From: Luca Boccassi Date: Fri, 19 Jan 2024 14:46:25 +0000 Subject: [PATCH] man: clarify description of Attach/Detach flags --- man/org.freedesktop.portable1.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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)