summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChengwei Yang <chengwei.yang@intel.com>2013-05-31 17:36:04 +0800
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2013-06-05 16:56:15 +0100
commit371e7b000db2b30f297730259c1fd1705b6979da (patch)
tree9f57609788cb542cf4ffee8000233f3417aa722e
parent8b3681e35d1a4496c5e465caeddb520e6bb797be (diff)
downloaddbus-371e7b000db2b30f297730259c1fd1705b6979da.tar.gz
doc: fix a little bit for dbus-send
Signed-off-by: Chengwei Yang <chengwei.yang@intel.com> Reviewed-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
-rw-r--r--doc/dbus-send.1.xml.in10
1 files changed, 8 insertions, 2 deletions
diff --git a/doc/dbus-send.1.xml.in b/doc/dbus-send.1.xml.in
index 78f1374b..67b6dfd2 100644
--- a/doc/dbus-send.1.xml.in
+++ b/doc/dbus-send.1.xml.in
@@ -21,7 +21,7 @@
<refsynopsisdiv id='synopsis'>
<cmdsynopsis>
<command>dbus-send</command>
- <group choice='opt'><arg choice='plain'>--system </arg><arg choice='plain'>--session </arg></group>
+ <group choice='opt'><arg choice='plain'>--system </arg><arg choice='plain'>--session </arg><arg choice='plain'>--address=<replaceable>ADDRESS</replaceable></arg></group>
<arg choice='opt'>--dest=<replaceable>NAME</replaceable></arg>
<arg choice='opt'><arg choice='plain'>--print-reply </arg><arg choice='opt'><replaceable>=literal</replaceable></arg></arg>
<arg choice='opt'>--reply-timeout=<replaceable>MSEC</replaceable></arg>
@@ -106,7 +106,7 @@ and the interface member are separate fields.</para>
<term><option>--print-reply</option></term>
<listitem>
<para>Block for a reply to the message sent, and print any reply received
-in a human-readable form.</para>
+in a human-readable form. It also means the message type (<option>--type=</option>) is <emphasis remap='B'>method_call</emphasis>.</para>
</listitem>
</varlistentry>
<varlistentry>
@@ -137,6 +137,12 @@ The default is implementation&hyphen;defined, typically 25 seconds.</para>
</listitem>
</varlistentry>
<varlistentry>
+ <term><option>--address=</option><replaceable>ADDRESS</replaceable></term>
+ <listitem>
+<para>Send to <replaceable>ADDRESS</replaceable>.</para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
<term><option>--type=</option><replaceable>TYPE</replaceable></term>
<listitem>
<para>Specify <emphasis remap='B'>method_call</emphasis> or <emphasis remap='B'>signal</emphasis> (defaults to "<emphasis remap='B'>signal</emphasis>").</para>