X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=man%2Fsd_bus_error.xml;h=aba80832d29b58e000f64456e0f3954fe016ed7e;hp=3317eadc3743da816b37bf30a473ddd0aa821d98;hb=f280bcfb21aacce03abf17b3ad732c1351df42b9;hpb=5aded369782f28255bc6b494ca905d7acaea7a56 diff --git a/man/sd_bus_error.xml b/man/sd_bus_error.xml index 3317eadc3..aba80832d 100644 --- a/man/sd_bus_error.xml +++ b/man/sd_bus_error.xml @@ -252,7 +252,7 @@ along with systemd; If not, see . D-Bus error names are available as constants SD_BUS_ERROR_FAILED, etc., listed above. If name is NULL, it is - assumed that no error occured, and 0 is returned. This means that + assumed that no error occurred, and 0 is returned. This means that this function may be conveniently used in a return statement. @@ -296,7 +296,7 @@ along with systemd; If not, see . name will be generated from format and the arguments. - sd_bus_error_get_errno is will convert + sd_bus_error_get_errno will convert e->name to an errno-like value using the same rules as sd_bus_error_set. If e is NULL, 0 will be @@ -376,7 +376,7 @@ along with systemd; If not, see . - -EINVAL + -EINVAL Error was already set in sd_bus_error structure when one the @@ -384,7 +384,7 @@ along with systemd; If not, see . - -ENOMEM + -ENOMEM Memory allocation failed.