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=99a08c7ef7a79342f14739ca76406cca26c6057b;hp=38bc30311b1d8c56b7f07c30c5f4ab91f57dc8b0;hb=a42c8b54b1619078c02f5e439bd2564c6d0f901f;hpb=71365a7754db5ff8e07941501063b1da2a4b4bd5 diff --git a/man/sd_bus_error.xml b/man/sd_bus_error.xml index 38bc30311..99a08c7ef 100644 --- a/man/sd_bus_error.xml +++ b/man/sd_bus_error.xml @@ -54,7 +54,7 @@ along with systemd; If not, see . sd_bus_error_is_set sd_bus_error_has_name - libsystemd-bus error handling + sd-bus error handling @@ -232,7 +232,7 @@ along with systemd; If not, see . Description sd_bus_error structure carries - information for a libsystemd-bus error. + information for a sd-bus error. Functions described below can be used to set and query fields in this structure. Field name contains a short identifier of an error. It should follow the rules for error @@ -297,9 +297,10 @@ along with systemd; If not, see . format and the arguments. sd_bus_error_get_errno is will convert - e->name to an errno-like value - using the same rules as sd_bus_error_set. - + e->name to an errno-like value using the + same rules as sd_bus_error_set. If + e is NULL, 0 will be + returned. sd_bus_error_copy will initialize dst using the values in @@ -396,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-bus pkg-config1 + libsystemd pkg-config1 file.