]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
portable: the 'flags' parameter is now used in DetachImageWithExtensions() and Reatta...
authorLuca Boccassi <bluca@debian.org>
Thu, 28 Mar 2024 22:17:26 +0000 (22:17 +0000)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Fri, 29 Mar 2024 00:35:45 +0000 (09:35 +0900)
man/org.freedesktop.portable1.xml

index 9b49c610d55c6223dfe29aa79cad2bf6282fbf5a..c68995d95248f797e108e98071fc1d527bafb532 100644 (file)
@@ -286,8 +286,7 @@ node /org/freedesktop/portable1 {
       <para><function>DetachImageWithExtensions()</function> detaches a portable image from the system.
       This method is a superset of <function>DetachImage()</function> with the addition of
       a list of extensions as input parameter, which were overlaid on top of the main
-      image via <function>AttachImageWithExtensions()</function>.
-      The <varname>flag</varname> parameter is currently unused and reserved for future purposes.</para>
+      image via <function>AttachImageWithExtensions()</function>.</para>
 
       <para><function>ReattachImage()</function> combines the effects of the
       <function>AttachImage()</function> method and the <function>DetachImage()</function> method.
@@ -304,7 +303,7 @@ node /org/freedesktop/portable1 {
       image. For more details on this functionality, see the <varname>MountImages=</varname> entry on
       <citerefentry><refentrytitle>systemd.exec</refentrytitle><manvolnum>5</manvolnum></citerefentry>
       and <citerefentry><refentrytitle>systemd-sysext</refentrytitle><manvolnum>8</manvolnum></citerefentry>.
-      The <varname>flag</varname> parameter is currently unused and reserved for future purposes</para>
+      </para>
 
       <para><function>RemoveImage()</function> removes the image with the specified name.</para>