diff options
author | Luca Boccassi <bluca@debian.org> | 2023-06-15 19:54:56 +0200 |
---|---|---|
committer | Luca Boccassi <bluca@debian.org> | 2023-06-16 13:31:56 +0200 |
commit | e0a067a251e76c54df90612d8009c8436c9a1479 (patch) | |
tree | 499693003c40eeae89fdb59f9f81dc78225bfa9c /man/org.freedesktop.portable1.xml | |
parent | resolved: added serve stale feature implementation of RFC 8767 (diff) | |
download | systemd-e0a067a251e76c54df90612d8009c8436c9a1479.tar.xz systemd-e0a067a251e76c54df90612d8009c8436c9a1479.zip |
portable: fix silly typo in D-Bus interface name
D'oh. Nobody noticed in 3 years, I guess nobody calls these directly
and instead the manager's methods are used. Still we'll have to keep
this around, so just hide it.
Diffstat (limited to 'man/org.freedesktop.portable1.xml')
-rw-r--r-- | man/org.freedesktop.portable1.xml | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/man/org.freedesktop.portable1.xml b/man/org.freedesktop.portable1.xml index 00db6f8f7a..3b28f1dbfa 100644 --- a/man/org.freedesktop.portable1.xml +++ b/man/org.freedesktop.portable1.xml @@ -380,13 +380,13 @@ node /org/freedesktop/portable1 { in s copy_mode, out a(sss) changes_removed, out a(sss) changes_updated); - ReattacheWithExtensions(in as extensions, - in as matches, - in s profile, - in s copy_mode, - in t flags, - out a(sss) changes_removed, - out a(sss) changes_updated); + ReattachWithExtensions(in as extensions, + in as matches, + in s profile, + in s copy_mode, + in t flags, + out a(sss) changes_removed, + out a(sss) changes_updated); Remove(); MarkReadOnly(in b read_only); SetLimit(in t limit); @@ -438,7 +438,7 @@ node /org/freedesktop/portable1 { <!--method Reattach is not documented!--> - <!--method ReattacheWithExtensions is not documented!--> + <!--method ReattachWithExtensions is not documented!--> <!--method Remove is not documented!--> @@ -472,7 +472,7 @@ node /org/freedesktop/portable1 { <variablelist class="dbus-method" generated="True" extra-ref="Reattach()"/> - <variablelist class="dbus-method" generated="True" extra-ref="ReattacheWithExtensions()"/> + <variablelist class="dbus-method" generated="True" extra-ref="ReattachWithExtensions()"/> <variablelist class="dbus-method" generated="True" extra-ref="Remove()"/> @@ -530,7 +530,7 @@ node /org/freedesktop/portable1 { <listitem><para>Reattach()</para></listitem> - <listitem><para>ReattacheWithExtensions()</para></listitem> + <listitem><para>ReattachWithExtensions()</para></listitem> <listitem><para>Remove()</para></listitem> |