Missing ' in d-bus manpage for dbus-send

Andrew Sherk ASherk at qnx.com
Mon Jan 12 09:28:29 PST 2009


Reference:
http://dbus.freedesktop.org/doc/dbus-send.1.html

Example invocation:

dbus-send --dest='org.freedesktop.ExampleName            \
            /org/freedesktop/sample/object/name              \
            org.freedesktop.ExampleInterface.ExampleMethod   \
            int32:47 string:'hello world' double:65.32

is missing ' after org.freedesktop.ExampleName.

Should be:
dbus-send --dest='org.freedesktop.ExampleName'            \
            /org/freedesktop/sample/object/name              \
            org.freedesktop.ExampleInterface.ExampleMethod   \
            int32:47 string:'hello world' double:65.32


Regards,
a.s.


More information about the dbus mailing list