summaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
authorLuca Boccassi <bluca@debian.org>2022-10-11 19:53:59 +0200
committerLuca Boccassi <bluca@debian.org>2022-10-12 10:57:24 +0200
commitaad813bf170c7d901fcf1b664303e0204642ac61 (patch)
tree9bfb690b4e9c8dc43ccf957397785fc1248d2da3 /man
parentos-util: split out extension-release xattr helper (diff)
downloadsystemd-aad813bf170c7d901fcf1b664303e0204642ac61.tar.xz
systemd-aad813bf170c7d901fcf1b664303e0204642ac61.zip
portable: rename flag PORTABLE_FORCE -> PORTABLE_FORCE_ATTACH
The name is used only internally, also it was just added. Allows adding different types of force flags.
Diffstat (limited to 'man')
-rw-r--r--man/org.freedesktop.portable1.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/man/org.freedesktop.portable1.xml b/man/org.freedesktop.portable1.xml
index 0e926fe850..0f68537233 100644
--- a/man/org.freedesktop.portable1.xml
+++ b/man/org.freedesktop.portable1.xml
@@ -307,13 +307,13 @@ node /org/freedesktop/portable1 {
<para>The <function>AttachImageWithExtensions()</function>,
<function>DetachImageWithExtensions()</function> and
<function>ReattachImageWithExtensions()</function> methods take in options as flags instead of
- booleans to allow for extendability. <varname>SD_SYSTEMD_PORTABLE_FORCE</varname> will cause
+ booleans to allow for extendability. <varname>SD_SYSTEMD_PORTABLE_FORCE_ATTACH</varname> will cause
safety checks that ensure the units are not running while the new image is attached or detached
to be skipped. They are defined as follows:</para>
<programlisting>
-#define SD_SYSTEMD_PORTABLE_RUNTIME (UINT64_C(1) &lt;&lt; 0)
-#define SD_SYSTEMD_PORTABLE_FORCE (UINT64_C(1) &lt;&lt; 1)
+#define SD_SYSTEMD_PORTABLE_RUNTIME (UINT64_C(1) &lt;&lt; 0)
+#define SD_SYSTEMD_PORTABLE_FORCE_ATTACH (UINT64_C(1) &lt;&lt; 1)
</programlisting>
</refsect2>