]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
man/varlinkctl: add `list-methods` command to synopsis and fix typo
authorAntonio Alvarez Feijoo <antonio.feijoo@suse.com>
Fri, 28 Jun 2024 12:22:55 +0000 (14:22 +0200)
committerLuca Boccassi <luca.boccassi@gmail.com>
Fri, 28 Jun 2024 13:14:59 +0000 (15:14 +0200)
Follow-up for 16cfe84c2495c1d9e753e2b8e21b69bea21ebaf4

man/varlinkctl.xml

index 0ecd168c33db1e2a18df7620842007e2c8306512..e936be2f43f299ddd48389190fe0bd8bafe10675 100644 (file)
       <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>
         <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>