X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;ds=sidebyside;f=man%2Fsd_bus_creds_new_from_pid.xml;h=f3ea1defe12a65849d430457175b0b98fdab3b2a;hb=8474b70c3a3842cdf3d51f331dd117ab6421f6d0;hp=406769b21d741675298e9caa15dbea730dfce199;hpb=5aded369782f28255bc6b494ca905d7acaea7a56;p=elogind.git diff --git a/man/sd_bus_creds_new_from_pid.xml b/man/sd_bus_creds_new_from_pid.xml index 406769b21..f3ea1defe 100644 --- a/man/sd_bus_creds_new_from_pid.xml +++ b/man/sd_bus_creds_new_from_pid.xml @@ -149,7 +149,7 @@ along with systemd; If not, see . and other functions which correspond directly to the constants listed above. - A mask of fields which were actually sucessfully set + A mask of fields which were actually successfully set (acquired from /proc, etc.) can be retrieved with sd_bus_creds_get_mask(). If the credentials object was created with @@ -162,7 +162,7 @@ along with systemd; If not, see . object will not be destroyed until sd_bus_creds_unref has been called as many times plus once more. Once the reference count has dropped to zero, - c cannot be used anymore, so futher + c cannot be used anymore, so further calls to sd_bus_creds_ref(c) or sd_bus_creds_unref(c) are illegal. @@ -205,14 +205,14 @@ along with systemd; If not, see . - -ESRCH + -ESRCH Specified pid could not be found. - -EINVAL + -EINVAL Specified parameter is invalid (NULL in case of output @@ -220,7 +220,7 @@ along with systemd; If not, see . - -ENOMEM + -ENOMEM Memory allocation failed.