mirror of
https://github.com/systemd/systemd.git
synced 2024-12-22 17:35:35 +03:00
man/varlinkctl: add list-methods
command to synopsis and fix typo
Follow-up for 16cfe84c24
This commit is contained in:
parent
cddbd730cb
commit
b268a71069
@ -36,12 +36,20 @@
|
||||
<arg choice="plain"><replaceable>ADDRESS</replaceable></arg>
|
||||
</cmdsynopsis>
|
||||
|
||||
<cmdsynopsis>
|
||||
<command>varlinkctl</command>
|
||||
<arg choice="opt" rep="repeat">OPTIONS</arg>
|
||||
<arg choice="plain">list-methods</arg>
|
||||
<arg choice="plain"><replaceable>ADDRESS</replaceable></arg>
|
||||
<arg choice="opt" rep="repeat"><replaceable>INTERFACE</replaceable></arg>
|
||||
</cmdsynopsis>
|
||||
|
||||
<cmdsynopsis>
|
||||
<command>varlinkctl</command>
|
||||
<arg choice="opt" rep="repeat">OPTIONS</arg>
|
||||
<arg choice="plain">introspect</arg>
|
||||
<arg choice="plain"><replaceable>ADDRESS</replaceable></arg>
|
||||
<arg choice="opt"><replaceable>INTERFACE</replaceable></arg>
|
||||
<arg choice="opt" rep="repeat"><replaceable>INTERFACE</replaceable></arg>
|
||||
</cmdsynopsis>
|
||||
|
||||
<cmdsynopsis>
|
||||
@ -132,7 +140,7 @@
|
||||
<listitem><para>Show list of methods implemented by the specified service. Expects a service address
|
||||
in one of the formats described above as well as one or more interface names. If no interface name is
|
||||
specified, lists all methods of all interfaces implemented by the service, otherwise just the methods
|
||||
in the specified services.</para>
|
||||
in the specified interfaces.</para>
|
||||
|
||||
<xi:include href="version-info.xml" xpointer="v257"/></listitem>
|
||||
</varlistentry>
|
||||
|
Loading…
Reference in New Issue
Block a user