diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2022-10-14 18:29:14 +0200 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2022-10-14 18:31:33 +0200 |
commit | 293b9aa3eb21d3eca4e34d9c6c42c7b6ab716bd9 (patch) | |
tree | da0afdce26edf96ca4167ff38164ba2d8aed1167 /man/org.freedesktop.systemd1.xml | |
parent | elf-util: drop assertion for metadata in report_module_metadata() (diff) | |
download | systemd-293b9aa3eb21d3eca4e34d9c6c42c7b6ab716bd9.tar.xz systemd-293b9aa3eb21d3eca4e34d9c6c42c7b6ab716bd9.zip |
manager: rename dbus method
Fixes #24989.
Diffstat (limited to 'man/org.freedesktop.systemd1.xml')
-rw-r--r-- | man/org.freedesktop.systemd1.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/man/org.freedesktop.systemd1.xml b/man/org.freedesktop.systemd1.xml index 9fb215a136..6986ee8b03 100644 --- a/man/org.freedesktop.systemd1.xml +++ b/man/org.freedesktop.systemd1.xml @@ -162,8 +162,8 @@ node /org/freedesktop/systemd1 { Subscribe(); Unsubscribe(); Dump(out s output); - DumpPatterns(in as patterns, - out s output); + DumpUnitsMatchingPatterns(in as patterns, + out s output); DumpByFileDescriptor(out h fd); Reload(); @org.freedesktop.DBus.Method.NoReply("true") @@ -870,7 +870,7 @@ node /org/freedesktop/systemd1 { <variablelist class="dbus-method" generated="True" extra-ref="Dump()"/> - <variablelist class="dbus-method" generated="True" extra-ref="DumpPatterns()"/> + <variablelist class="dbus-method" generated="True" extra-ref="DumpUnitsMatchingPatterns()"/> <variablelist class="dbus-method" generated="True" extra-ref="DumpByFileDescriptor()"/> @@ -1342,7 +1342,7 @@ node /org/freedesktop/systemd1 { string guaranteed, and new fields may be added any time, and old fields removed. The general structure may be rearranged drastically between releases. This is exposed by <citerefentry><refentrytitle>systemd-analyze</refentrytitle><manvolnum>1</manvolnum></citerefentry>'s - <command>dump</command> command. Similarly, <function>DumpPatterns()</function> returns the internal + <command>dump</command> command. Similarly, <function>DumpUnitsMatchingPatterns()</function> returns the internal state of units whose names match the glob expressions specified in the <varname>patterns</varname> argument. The <function>DumpByFileDescriptor()</function> method is identical to <function>Dump()</function> but returns the data serialized into a file descriptor (the client should |