X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=man%2Fsd_bus_message_append_basic.xml;h=bd25a4a99dc1e343f58d3b13a95ac785be4e20e6;hb=13e92f3966552091085982f4ebdeb38721f04a30;hp=a8e91f9e97ff9a8e14c66912384591ca883af182;hpb=effbc8e4f70fc70e4a4a8a1dc77228dd187f9c22;p=elogind.git diff --git a/man/sd_bus_message_append_basic.xml b/man/sd_bus_message_append_basic.xml index a8e91f9e9..bd25a4a99 100644 --- a/man/sd_bus_message_append_basic.xml +++ b/man/sd_bus_message_append_basic.xml @@ -1,4 +1,4 @@ - + @@ -95,7 +95,7 @@ along with systemd; If not, see . y SD_BUS_TYPE_BYTE - unsigned interger + unsigned integer 1 byte @@ -198,9 +198,9 @@ along with systemd; If not, see . character sequence. As a special case, a NULL pointer is interpreted as an empty string. The string should be valid Unicode string encoded as UTF-8. In case of the two latter - types, additionally the requirements for a D-Bus object path or + types, the additional requirements for a D-Bus object path or type signature should be satisfied. Those requirements should be - verified by the recepient of the message. + verified by the recipient of the message. @@ -219,35 +219,35 @@ along with systemd; If not, see . - -EINVAL + -EINVAL Specified parameter is invalid. - -EPERM + -EPERM Message has been sealed. - -ESTALE + -ESTALE Message is in invalid state. - -ENXIO + -ENXIO Message cannot be appended to. - -ENOMEM + -ENOMEM Memory allocation failed. @@ -257,10 +257,10 @@ along with systemd; If not, see . Notes - sd_bus_append_basic() function + The sd_bus_append_basic() function described here is available as a shared library, which can be compiled and linked to with the - libsystemd pkg-config1 + libsystemd pkg-config1 file.