From: David Tardon Date: Sat, 23 Dec 2023 10:19:52 +0000 (+0100) Subject: man: add missing wrapper X-Git-Tag: v256-rc1~1398^2~12 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=35fc10756bc5302d2dff1c235f864fa23a6d8771;p=thirdparty%2Fsystemd.git man: add missing wrapper --- diff --git a/man/busctl.xml b/man/busctl.xml index cc404529ae0..835724eb20e 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.