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=d1929c217a7fd2bfd845c5ceedf0195c271c52d5;hp=3317eadc3743da816b37bf30a473ddd0aa821d98;hb=913b0eef1a01e0c78f0453b0174e75d5caae1023;hpb=5aded369782f28255bc6b494ca905d7acaea7a56 diff --git a/man/sd_bus_error.xml b/man/sd_bus_error.xml index 3317eadc3..d1929c217 100644 --- a/man/sd_bus_error.xml +++ b/man/sd_bus_error.xml @@ -1,4 +1,4 @@ - + @@ -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.