From 371e7b000db2b30f297730259c1fd1705b6979da Mon Sep 17 00:00:00 2001 From: Chengwei Yang Date: Fri, 31 May 2013 17:36:04 +0800 Subject: [PATCH] doc: fix a little bit for dbus-send Signed-off-by: Chengwei Yang Reviewed-by: Simon McVittie --- doc/dbus-send.1.xml.in | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) 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"). -- 2.7.4