X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=man%2Fbusctl.xml;h=ccbd832a75aa892bd983ab8f67881029d51c3122;hb=d0b2babf5264429e6ac0870b2c7cb13eacba2b86;hp=730a3344d6cb90610ec1d34136cc4f8cb67fff60;hpb=d55192add75584f55932ad463ee6b4cc30370c63;p=elogind.git diff --git a/man/busctl.xml b/man/busctl.xml index 730a3344d..ccbd832a7 100644 --- a/man/busctl.xml +++ b/man/busctl.xml @@ -186,13 +186,10 @@ along with systemd; If not, see . - tree SERVICE + status SERVICE - Shows an object tree of one or more - services. If SERVICE is specified, - show object tree of the specified services only. Otherwise, - show all object trees of all services on the bus that acquired - at least one well-known name. + Show process information and credentials of a + bus service. @@ -201,7 +198,7 @@ along with systemd; If not, see . Dump messages being exchanged. If SERVICE is specified, show messages to or from this endpoint. Otherwise, show all messages on the - bus. + bus. Use Ctrl-C to terminate dump. @@ -218,24 +215,35 @@ along with systemd; If not, see . - status SERVICE + tree SERVICE - Show process information and credentials of a - bus service. + Shows an object tree of one or more + services. If SERVICE is specified, + show object tree of the specified services only. Otherwise, + show all object trees of all services on the bus that acquired + at least one well-known name. + + + + introspect SERVICE OBJECT + + Show interfaces, methods, properties and + signals of the specified object (identified by its path) on + the specified service. - call SERVICE OBJECT INTERFACE METHOD SIGNATURE PARAMETERS + call SERVICE OBJECT INTERFACE METHOD SIGNATURE ARGUMENT Invoke a method and show the response. Takes a service name, object path, interface name and method name. If parameters shall be passed to the method call a signature - string is required, followed by the individual parameters, - individually formatted as textual arguments. + string is required, followed by the individual arguments, + individually formatted as textual parameters. - get-property SERVICE OBJECT INTERFACE PROPERTIES + get-property SERVICE OBJECT INTERFACE PROPERTY Retrieve the current value one or more object properties. Takes a service name and object path. Optionally