f8b01f
From b98c85f2803434eec3192cdc3e9e86425fe33428 Mon Sep 17 00:00:00 2001
f8b01f
From: David King <dking@redhat.com>
f8b01f
Date: Tue, 3 Oct 2017 13:34:03 +0100
f8b01f
Subject: [PATCH] doc: Fix dbus-send.1 uint16 typo
f8b01f
f8b01f
https://bugs.freedesktop.org/show_bug.cgi?id=103075
f8b01f
https://bugzilla.redhat.com/show_bug.cgi?id=1467415
f8b01f
---
f8b01f
 doc/dbus-send.1.xml.in | 2 +-
f8b01f
 1 file changed, 1 insertion(+), 1 deletion(-)
f8b01f
f8b01f
diff --git a/doc/dbus-send.1.xml.in b/doc/dbus-send.1.xml.in
f8b01f
index 67b6dfd2..271435ca 100644
f8b01f
--- a/doc/dbus-send.1.xml.in
f8b01f
+++ b/doc/dbus-send.1.xml.in
f8b01f
@@ -65,7 +65,7 @@ may include containers (arrays, dicts, and variants) as described below.</para>
f8b01f
 <array>      ::= array:<type>:<value>[,<value>...]
f8b01f
 <dict>       ::= dict:<type>:<type>:<key>,<value>[,<key>,<value>...]
f8b01f
 <variant>    ::= variant:<type>:<value>
f8b01f
-<type>       ::= string | int16 | uint 16 | int32 | uint32 | int64 | uint64 | double | byte | boolean | objpath
f8b01f
+<type>       ::= string | int16 | uint16 | int32 | uint32 | int64 | uint64 | double | byte | boolean | objpath
f8b01f
 </literallayout> 
f8b01f
 
f8b01f
 <para>D-Bus supports more types than these, but <command>dbus-send</command> currently
f8b01f
-- 
f8b01f
2.13.6
f8b01f