From: David King Date: Tue, 3 Oct 2017 12:34:03 +0000 (+0100) Subject: doc: Fix dbus-send.1 uint16 typo X-Git-Tag: dbus-1.12.0~25 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=15c4e0d5e2bd5ad1a8ed6d5cc64ab61d375c2505;p=platform%2Fupstream%2Fdbus.git doc: Fix dbus-send.1 uint16 typo Bug: https://bugs.freedesktop.org/show_bug.cgi?id=103075 Bug-RedHat: https://bugzilla.redhat.com/show_bug.cgi?id=1467415 Reviewed-by: Philip Withnall Reviewed-by: Simon McVittie --- diff --git a/doc/dbus-send.1.xml.in b/doc/dbus-send.1.xml.in index 67b6dfd..271435c 100644 --- a/doc/dbus-send.1.xml.in +++ b/doc/dbus-send.1.xml.in @@ -65,7 +65,7 @@ may include containers (arrays, dicts, and variants) as described below. <array> ::= array:<type>:<value>[,<value>...] <dict> ::= dict:<type>:<type>:<key>,<value>[,<key>,<value>...] <variant> ::= variant:<type>:<value> -<type> ::= string | int16 | uint 16 | int32 | uint32 | int64 | uint64 | double | byte | boolean | objpath +<type> ::= string | int16 | uint16 | int32 | uint32 | int64 | uint64 | double | byte | boolean | objpath D-Bus supports more types than these, but dbus-send currently