diff --git a/man/busctl.xml b/man/busctl.xml
index 807fc78e8..233afa955 100644
--- a/man/busctl.xml
+++ b/man/busctl.xml
@@ -83,7 +83,7 @@
- When showing the list of endpoints, show a
+ When showing the list of peers, show a
column containing the names of containers they belong to.
See
systemd-machined.service8.
@@ -93,8 +93,8 @@
- When showing the list of endpoints, show
- only "unique" names (of the form
+ When showing the list of peers, show only
+ "unique" names (of the form
:number.number).
@@ -109,9 +109,9 @@
- When showing the list of endpoints, show
- only endpoints which have actually not been activated yet,
- but may be started automatically if accessed.
+ When showing the list of peers, show only
+ peers which have actually not been activated yet, but may be
+ started automatically if accessed.
@@ -257,8 +257,11 @@
list
- Show service names on the bus. This is the
- default if no command is specified.
+ 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 and
+ switches. This is the default
+ operation if no command is specified.
@@ -276,8 +279,9 @@
Dump messages being exchanged. If
SERVICE is specified, show messages
- to or from this endpoint. Otherwise, show all messages on the
- bus. Use Ctrl-C to terminate dump.
+ 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.