summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRalf Habacker <ralf.habacker@freenet.de>2024-05-27 15:24:18 +0000
committerRalf Habacker <ralf.habacker@freenet.de>2024-05-27 15:24:18 +0000
commit68637759b916a9d6a824a01318a55a76f7f08ec7 (patch)
tree63f36ffce959db156fcb79c273e33346c5829b7f /doc
parentfad4fc38aef04c11c8690e898dfa3d7171a3dc54 (diff)
parenta5f8ee16ca0dac2103bc46283ce836c3f8738593 (diff)
Merge branch 'fix-dbus-send-manpage' into 'master'HEADmaster
Document the return value of dbus-send tool. Closes #452 See merge request dbus/dbus!397
Diffstat (limited to 'doc')
-rw-r--r--doc/dbus-send.1.xml.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/dbus-send.1.xml.in b/doc/dbus-send.1.xml.in
index 65194b44..9acb6c7a 100644
--- a/doc/dbus-send.1.xml.in
+++ b/doc/dbus-send.1.xml.in
@@ -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>