From 15c4e0d5e2bd5ad1a8ed6d5cc64ab61d375c2505 Mon Sep 17 00:00:00 2001 From: David King Date: Tue, 3 Oct 2017 13:34:03 +0100 Subject: [PATCH] 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 --- doc/dbus-send.1.xml.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/dbus-send.1.xml.in b/doc/dbus-send.1.xml.in index 67b6dfd27..271435ca3 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 -- 2.47.3