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