From: Christopher Morin Date: Wed, 3 Jul 2019 08:28:29 +0000 (+0000) Subject: doc: replace dbus-send's --address with --peer and --bus X-Git-Tag: dbus-1.12.18~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d0992805d764322b65ea9633df948088e7fc6871;p=thirdparty%2Fdbus.git doc: replace dbus-send's --address with --peer and --bus See merge request dbus/dbus!115 (cherry picked from commit fd41caa3664d480605628f08c217581bc42fa3e7) --- diff --git a/doc/dbus-send.1.xml.in b/doc/dbus-send.1.xml.in index 271435ca3..34c4b99e7 100644 --- a/doc/dbus-send.1.xml.in +++ b/doc/dbus-send.1.xml.in @@ -21,7 +21,7 @@ dbus-send - --system --session --address=ADDRESS + --system --session --bus=ADDRESS--peer=ADDRESS --dest=NAME --print-reply =literal --reply-timeout=MSEC @@ -137,9 +137,15 @@ The default is implementation‐defined, typically 25 seconds. - ADDRESS + ADDRESS -Send to ADDRESS. +Register on a message bus at ADDRESS, typically a dbus-daemon. + + + + ADDRESS + +Send to a non-message-bus D-Bus server at ADDRESS. In this case dbus-send will not call the Hello method.