X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=man%2Fsd_bus_error.xml;h=3317eadc3743da816b37bf30a473ddd0aa821d98;hp=9be474764b9d1566903a81b55e4261c1bbd4712c;hb=e70bc43cdf75b36e7ad3d29e9a6f8ee1461e7d5e;hpb=b8bde11658366290521e3d03316378b482600323 diff --git a/man/sd_bus_error.xml b/man/sd_bus_error.xml index 9be474764..3317eadc3 100644 --- a/man/sd_bus_error.xml +++ b/man/sd_bus_error.xml @@ -246,7 +246,7 @@ along with systemd; If not, see . sd_bus_error_set will return an errno-like negative value returned based on parameter name (see - errno3). + errno3). Various well-known D-Bus errors are converted to specific values, and the remaining ones to -ENXIO. Well-known D-Bus error names are available as constants @@ -270,7 +270,7 @@ along with systemd; If not, see . sd_bus_error_setf is similar to sd_bus_error_set, but takes a - printf3 + printf3 format string and corresponding arguments to generate message. @@ -291,7 +291,7 @@ along with systemd; If not, see . sd_bus_error_set_errnof is similar to sd_bus_error_set_errno, but in addition to name, takes a - printf3 + printf3 format and corresponding arguments. name will be generated from format and the arguments. @@ -322,7 +322,7 @@ along with systemd; If not, see . sd_bus_error_free will destroy resources held by e. The parameter itself will not be deallocated, and must be - free3d + free3d by the caller if necessary. @@ -397,7 +397,7 @@ along with systemd; If not, see . sd_bus_set_error() and other functions described here are available as a shared library, which can be compiled and linked to with the - libsystemd pkg-config1 + libsystemd pkg-config1 file. @@ -407,7 +407,7 @@ along with systemd; If not, see . systemd1, sd-bus3, - errno3, + errno3, strerror3