mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-05-02 23:38:07 +02:00
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 <withnall@endlessm.com> Reviewed-by: Simon McVittie <smcv@collabora.com>
This commit is contained in:
parent
eacb639098
commit
15c4e0d5e2
1 changed files with 1 additions and 1 deletions
|
|
@ -65,7 +65,7 @@ may include containers (arrays, dicts, and variants) as described below.</para>
|
|||
<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
|
||||
</literallayout> <!-- .fi -->
|
||||
|
||||
<para>D-Bus supports more types than these, but <command>dbus-send</command> currently
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue