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