mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-05-05 13:28:02 +02:00
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>
This commit is contained in:
parent
8b3681e35d
commit
371e7b000d
1 changed files with 8 additions and 2 deletions
|
|
@ -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>
|
||||
|
|
@ -134,6 +134,12 @@ The default is implementation‐defined, typically 25 seconds.</para>
|
|||
<term><option>--session</option></term>
|
||||
<listitem>
|
||||
<para>Send to the session message bus. (This is the default.)</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><option>--address=</option><replaceable>ADDRESS</replaceable></term>
|
||||
<listitem>
|
||||
<para>Send to <replaceable>ADDRESS</replaceable>.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue