X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=man%2Fsd_bus_creds_new_from_pid.xml;h=1935d94c7db0c59ef886a8b483e6bb7acc23b5c2;hp=9415dc761bcec843ea5d08340760697f3d9b5136;hb=ebf4e8013b2928fdcfa6008ee6559e8c7e1fd60b;hpb=6bb648a16ae4a682ad4784412af706d2e6a3e4da diff --git a/man/sd_bus_creds_new_from_pid.xml b/man/sd_bus_creds_new_from_pid.xml index 9415dc761..1935d94c7 100644 --- a/man/sd_bus_creds_new_from_pid.xml +++ b/man/sd_bus_creds_new_from_pid.xml @@ -1,4 +1,4 @@ - + @@ -21,7 +21,7 @@ You should have received a copy of the GNU Lesser General Public License along with systemd; If not, see . --> - + sd_bus_creds_new_from_pid @@ -59,22 +59,22 @@ along with systemd; If not, see . int sd_bus_creds_new_from_pid pid_t pid uint64_t creds_mask - sd_bus_creds** ret + sd_bus_creds **ret uint64_t sd_bus_creds_get_mask - const sd_bus_creds* c + const sd_bus_creds *c - sd_bus_creds* sd_bus_creds_ref - sd_bus_creds* c + sd_bus_creds *sd_bus_creds_ref + sd_bus_creds *c - sd_bus_creds* sd_bus_creds_unref - sd_bus_creds* c + sd_bus_creds *sd_bus_creds_unref + sd_bus_creds *c @@ -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. @@ -233,7 +233,7 @@ along with systemd; If not, see . sd_bus_creds_new_from_pid() is available as a shared library, which can be compiled and linked to with the - libsystemd pkg-config1 + libsystemd pkg-config1 file.