From e5667705faa85bae525384d7fccd3b2a6b78a02e Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Tue, 28 Jan 2020 16:30:44 +0100 Subject: [PATCH] man: describe types slightly more accurately --- man/sd_bus_message_read_basic.xml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/man/sd_bus_message_read_basic.xml b/man/sd_bus_message_read_basic.xml index b753253f184..92574f70917 100644 --- a/man/sd_bus_message_read_basic.xml +++ b/man/sd_bus_message_read_basic.xml @@ -85,7 +85,7 @@ y SD_BUS_TYPE_BYTE - unsigned integer + 8bit unsigned integer uint8_t * @@ -99,70 +99,70 @@ n SD_BUS_TYPE_INT16 - signed integer + 16bit signed integer int16_t * q SD_BUS_TYPE_UINT16 - unsigned integer + 16bit unsigned integer uint16_t * i SD_BUS_TYPE_INT32 - signed integer + 32bit signed integer int32_t * u SD_BUS_TYPE_UINT32 - unsigned integer + 32bit unsigned integer uint32_t * x SD_BUS_TYPE_INT64 - signed integer + 64bit signed integer int64_t * t SD_BUS_TYPE_UINT64 - unsigned integer + 64bit unsigned integer uint64_t * d SD_BUS_TYPE_DOUBLE - floating-point + IEEE 754 double precision floating-point double * s SD_BUS_TYPE_STRING - Unicode string + UTF-8 string const char ** o SD_BUS_TYPE_OBJECT_PATH - object path + D-Bus object path stringy const char ** g SD_BUS_TYPE_SIGNATURE - signature + D-Bus signature string const char ** -- 2.47.3