X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=doc%2Fdbus-send.1.xml.in;h=67b6dfd27b5af63faf98a2043a782c1e56022e97;hb=7d9239c9c78cb6d0b9c282376fcf3cda1de23209;hp=78f1374b88f208714d8f4aab062cc329be0959e8;hpb=5f12e6e081d8a881ac712927d1a0e6b7ff7d4cca;p=platform%2Fupstream%2Fdbus.git diff --git a/doc/dbus-send.1.xml.in b/doc/dbus-send.1.xml.in index 78f1374..67b6dfd 100644 --- a/doc/dbus-send.1.xml.in +++ b/doc/dbus-send.1.xml.in @@ -21,7 +21,7 @@ dbus-send - --system --session + --system --session --address=ADDRESS --dest=NAME --print-reply =literal --reply-timeout=MSEC @@ -106,7 +106,7 @@ and the interface member are separate fields. Block for a reply to the message sent, and print any reply received -in a human-readable form. +in a human-readable form. It also means the message type () is method_call. @@ -137,6 +137,12 @@ The default is implementation‐defined, typically 25 seconds. + ADDRESS + +Send to ADDRESS. + + + TYPE Specify method_call or signal (defaults to "signal").