]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
man: be more careful with the wording in busctl(1)
authorLennart Poettering <lennart@poettering.net>
Fri, 19 Jun 2015 20:29:29 +0000 (22:29 +0200)
committerLennart Poettering <lennart@poettering.net>
Fri, 19 Jun 2015 20:29:29 +0000 (22:29 +0200)
man/busctl.xml

index 807fc78e8fb137641016582eeb7bd0abff230e70..233afa955c0384125b2e7991b1f2101035859d2a 100644 (file)
@@ -83,7 +83,7 @@
       <varlistentry>
           <term><option>--show-machine</option></term>
 
-          <listitem><para>When showing the list of endpoints, show a
+          <listitem><para>When showing the list of peers, show a
           column containing the names of containers they belong to.
           See
           <citerefentry><refentrytitle>systemd-machined.service</refentrytitle><manvolnum>8</manvolnum></citerefentry>.
@@ -93,8 +93,8 @@
       <varlistentry>
           <term><option>--unique</option></term>
 
-          <listitem><para>When showing the list of endpoints, show
-          only "unique" names (of the form
+          <listitem><para>When showing the list of peers, show only
+          "unique" names (of the form
           <literal>:<replaceable>number</replaceable>.<replaceable>number</replaceable></literal>).
           </para></listitem>
       </varlistentry>
       <varlistentry>
           <term><option>--activatable</option></term>
 
-          <listitem><para>When showing the list of endpoints, show
-          only endpoints which have actually not been activated yet,
-          but may be started automatically if accessed.</para>
+          <listitem><para>When showing the list of peers, show only
+          peers which have actually not been activated yet, but may be
+          started automatically if accessed.</para>
           </listitem>
       </varlistentry>
 
       <varlistentry>
         <term><command>list</command></term>
 
-        <listitem><para>Show service names on the bus. This is the
-        default if no command is specified.</para></listitem>
+        <listitem><para>Show all peers on the bus, by their service
+        names. By default shows both unique and well-known names, but
+        this may be changed with the <option>--unique</option> and
+        <option>--acquired</option> switches. This is the default
+        operation if no command is specified.</para></listitem>
       </varlistentry>
 
       <varlistentry>
 
         <listitem><para>Dump messages being exchanged. If
         <replaceable>SERVICE</replaceable> is specified, show messages
-        to or from this endpoint. Otherwise, show all messages on the
-        bus. Use Ctrl-C to terminate dump.</para></listitem>
+        to or from this peer, identified by its well-known or unique
+        name. Otherwise, show all messages on the bus. Use Ctrl-C to
+        terminate dump.</para></listitem>
       </varlistentry>
 
       <varlistentry>