]> git.ipfire.org Git - thirdparty/dbus.git/commitdiff
Document the return value of dbus-send tool.
authorPhilip Withnall <philip@tecnocode.co.uk>
Mon, 27 May 2024 15:24:18 +0000 (15:24 +0000)
committerRalf Habacker <ralf.habacker@freenet.de>
Mon, 27 May 2024 15:24:18 +0000 (15:24 +0000)
doc/dbus-send.1.xml.in

index 65194b44e29c04dd9d43ad0fc0e32668640bd7ac..9acb6c7a9fbecb1c42fd0e93e9dd8ce68f7091d2 100644 (file)
@@ -165,6 +165,11 @@ The default is implementation&hyphen;defined, typically 25 seconds.</para>
 </variablelist>
 </refsect1>
 
+<refsect1 id='exit-status'><title>EXIT STATUS</title>
+<para>Exit status 0 indicates success. A non-zero exit status indicates any failure, including invalid parameters, failure to connect to the --bus or --peer, failure to obtain the --sender name, a timeout while waiting for a reply to a method call, or receiving an error as the reply to a method call.
+</para>
+</refsect1>
+
 <refsect1 id='author'><title>AUTHOR</title>
 <para>dbus-send was written by Philip Blundell.</para>