diff --git a/man/busctl.xml b/man/busctl.xml index 74f5cf3edbd..1add61728bb 100644 --- a/man/busctl.xml +++ b/man/busctl.xml @@ -44,7 +44,7 @@ - list + list Show all peers on the bus, by their service names. By default, shows both unique and well-known names, but @@ -56,7 +56,7 @@ - status SERVICE + status SERVICE Show process information and credentials of a bus service (if one is specified by its unique or well-known @@ -68,7 +68,7 @@ - monitor SERVICE + monitor SERVICE Dump messages being exchanged. If SERVICE is specified, show messages @@ -81,7 +81,7 @@ - capture SERVICE + capture SERVICE Similar to monitor but writes the output in pcapng format (for details, see @@ -96,7 +96,7 @@ - tree SERVICE + tree SERVICE Shows an object tree of one or more services. If SERVICE is specified, @@ -108,7 +108,7 @@ - introspect SERVICE OBJECT INTERFACE + introspect SERVICE OBJECT INTERFACE Show interfaces, methods, properties and signals of the specified object (identified by its path) on @@ -120,7 +120,7 @@ - call SERVICE OBJECT INTERFACE METHOD SIGNATURE ARGUMENT + 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 @@ -134,7 +134,7 @@ - emit OBJECT INTERFACE SIGNAL SIGNATURE ARGUMENT + emit OBJECT INTERFACE SIGNAL SIGNATURE ARGUMENT Emit a signal. Takes an object path, interface name and method name. If parameters shall be passed, a signature string is required, followed by the arguments, individually formatted as @@ -145,7 +145,7 @@ - get-property SERVICE OBJECT INTERFACE PROPERTY + get-property SERVICE OBJECT INTERFACE PROPERTY Retrieve the current value of one or more object properties. Takes a service name, object path, @@ -159,7 +159,7 @@ - set-property SERVICE OBJECT INTERFACE PROPERTY SIGNATURE ARGUMENT + set-property SERVICE OBJECT INTERFACE PROPERTY SIGNATURE ARGUMENT Set the current value of an object property. Takes a service name, object path, interface name, @@ -170,7 +170,7 @@ - help + help Show command syntax help.