summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorChengwei Yang <chengwei.yang@intel.com>2013-06-23 10:49:09 +0800
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2013-06-26 15:23:11 +0100
commit8aa07c7e489c44dd6fe3199558ffb5401f0bdeab (patch)
tree7f7bdb9151fc9c3c4aeee61ae8f4ccdb369b1ae9 /doc
parent973684f02290cfda7552cc0d1a87c5767660550f (diff)
downloaddbus-8aa07c7e489c44dd6fe3199558ffb5401f0bdeab.tar.gz
dbus-launch: align document
Signed-off-by: Chengwei Yang <chengwei.yang@intel.com> Reviewed-by: Simon McVittie <simon.mcvittie@collabora.co.uk> Bug: https://bugs.freedesktop.org/show_bug.cgi?id=66068
Diffstat (limited to 'doc')
-rw-r--r--doc/dbus-launch.1.xml.in21
1 files changed, 18 insertions, 3 deletions
diff --git a/doc/dbus-launch.1.xml.in b/doc/dbus-launch.1.xml.in
index 727495b7..31dd6eac 100644
--- a/doc/dbus-launch.1.xml.in
+++ b/doc/dbus-launch.1.xml.in
@@ -20,10 +20,14 @@
<!-- body begins here -->
<refsynopsisdiv id='synopsis'>
<cmdsynopsis>
- <command>dbus-launch</command> <arg choice='opt'>--version </arg>
+ <command>dbus-launch</command>
+ <arg choice='opt'>--version </arg>
+ <arg choice='opt'>--help </arg>
<arg choice='opt'>--sh-syntax </arg>
<arg choice='opt'>--csh-syntax </arg>
<arg choice='opt'>--auto-syntax </arg>
+ <arg choice='opt'>--binary-syntax </arg>
+ <arg choice='opt'>--close-stderr </arg>
<arg choice='opt'>--exit-with-session </arg>
<arg choice='opt'>--autolaunch=<replaceable>MACHINEID</replaceable></arg>
<arg choice='opt'>--config-file=<replaceable>FILENAME</replaceable></arg>
@@ -175,8 +179,12 @@ no real reason to use it outside of the libdbus implementation anyhow.</para>
<listitem>
<para>Choose --csh-syntax or --sh-syntax based on the SHELL environment variable.</para>
-<para><option>--binary-syntax</option>
-Write to stdout a nul-terminated bus address, then the bus PID as a
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term><option>--binary-syntax</option></term>
+ <listitem>
+<para>Write to stdout a nul-terminated bus address, then the bus PID as a
binary integer of size sizeof(pid_t), then the bus X window ID as a
binary integer of size sizeof(long). Integers are in the machine's
byte order, not network byte order or any other canonical byte order.</para>
@@ -244,6 +252,13 @@ use it manually. It may change in the future.</para>
</listitem>
</varlistentry>
+ <varlistentry>
+ <term><option>--help</option></term>
+ <listitem>
+<para>Print the help info of dbus-launch</para>
+
+ </listitem>
+ </varlistentry>
</variablelist>
</refsect1>