diff --git a/man/sd_bus_message_read_basic.xml b/man/sd_bus_message_read_basic.xml index b753253f18..92574f7091 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 **