From 3ed18ce28c2a8058fa740ad27436a2d73f096488 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Fri, 19 Jun 2015 22:29:29 +0200 Subject: [PATCH] man: be more careful with the wording in busctl(1) --- man/busctl.xml | 24 ++++++++++++++---------- 1 file changed, 14 insertions(+), 10 deletions(-) diff --git a/man/busctl.xml b/man/busctl.xml index 807fc78e8f..233afa955c 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.