From f14686c1d20fd9e880c0ac0f507c6317a4fd2b03 Mon Sep 17 00:00:00 2001 From: Antonio Alvarez Feijoo Date: Thu, 18 Jan 2024 14:45:24 +0100 Subject: [PATCH] Revert "man: add missing wrapper" This reverts commit 35fc10756bc5302d2dff1c235f864fa23a6d8771. Although DocBook 4.5 states that `cmdsynopsis` can be used within `term` [1], and `term` within `varlistentry`, `man` does not display the list of commands after this change. FWIW, `cmdsynopsis` is used tree-wide within `refsynopsisdiv` only. [1] https://tdg.docbook.org/tdg/4.5/term --- man/busctl.xml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) 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.