From c81f172eb07d11314dae8921bb7481c01e4972c7 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Thu, 12 Feb 2015 13:00:06 +0000 Subject: [PATCH 2/3] man page fixes, to be squashed --- doc/dbus-test-tool.1.xml.in | 48 +++++++++++++++++++++++++++++++++++---------- 1 file changed, 38 insertions(+), 10 deletions(-) diff --git a/doc/dbus-test-tool.1.xml.in b/doc/dbus-test-tool.1.xml.in index bbe21e9..091dee1 100644 --- a/doc/dbus-test-tool.1.xml.in +++ b/doc/dbus-test-tool.1.xml.in @@ -1,6 +1,18 @@ + + + 2015 + Collabora Ltd. + + + This man page is distributed under the same terms as + dbus-test-tool (GPL-2+). There is NO WARRANTY, to the extent + permitted by law. + + + dbus-test-tool 1 @@ -49,6 +61,7 @@ --ignore-errors --messages-per-conn=N --no-reply + --queue=N --seed=SEED --string @@ -114,8 +127,11 @@ NAME - Request ownership of NAME - on the bus before proceeding. + Before proceeding, request ownership of the well-known + bus name NAME, for example + com.example.NoReply. By default, + no name is requested, and the tool can only be addressed by + a unique bus name such as :1.23. @@ -136,8 +152,11 @@ NAME - Request ownership of NAME - on the bus before proceeding. + Before proceeding, request ownership of the well-known + bus name NAME, for example + com.example.Echo. By default, + no name is requested, and the tool can only be addressed by + a unique bus name such as :1.23. @@ -159,7 +178,8 @@ NAME - Send method calls to NAME. + Send method calls to the well-known or unique + bus name NAME. The default is the dbus-daemon, org.freedesktop.DBus. @@ -179,8 +199,10 @@ Send N method calls before waiting for any replies, then send one new call per reply received, keeping N method calls - "in flight" at all times until the - is reached. The default is 1. + "in flight" at all times until the number of messages specified + with the option have been sent. + The default is 1, unless + is used. @@ -217,14 +239,20 @@ The payload of each message is a UTF-8 string. This is the - default. + default. The actual string used is given by the + or + option, defaulting to "hello, world!". - The payload of each message is a byte-array. + The payload of each message is a byte-array. + The actual bytes used are given by the + or + option, defaulting to the ASCII encoding of + "hello, world!". @@ -257,7 +285,7 @@ Read a complete binary D-Bus method call message from - standard input, and use that. + standard input, and use that for each method call. -- 2.1.4