X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=man%2Fsd_bus_creds_get_pid.xml;h=635876247077d753ad90555c620c28a9bd24e510;hb=8474b70c3a3842cdf3d51f331dd117ab6421f6d0;hp=a35efef0ca84ecc28eca6c39ffd6554409325141;hpb=dc968941bfc9be464e1df15afa05693dec3ec192;p=elogind.git diff --git a/man/sd_bus_creds_get_pid.xml b/man/sd_bus_creds_get_pid.xml index a35efef0c..635876247 100644 --- a/man/sd_bus_creds_get_pid.xml +++ b/man/sd_bus_creds_get_pid.xml @@ -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_get_pid @@ -77,145 +77,145 @@ along with systemd; If not, see . int sd_bus_creds_get_pid - sd_bus_creds* c + sd_bus_creds *c pid_t *pid int sd_bus_creds_get_pid_starttime - sd_bus_creds* c + sd_bus_creds *c uint64_t *usec int sd_bus_creds_get_tid - sd_bus_creds* c + sd_bus_creds *c pid_t *tid int sd_bus_creds_get_pid - sd_bus_creds* c + sd_bus_creds *c uid_t *uid int sd_bus_creds_get_gid - sd_bus_creds* c + sd_bus_creds *c gid_t *gid int sd_bus_creds_get_comm - sd_bus_creds* c + sd_bus_creds *c const char **comm int sd_bus_creds_get_tid_comm - sd_bus_creds* c + sd_bus_creds *c const char **comm int sd_bus_creds_get_exe - sd_bus_creds* c + sd_bus_creds *c const char **exe int sd_bus_creds_get_cmdline - sd_bus_creds* c + sd_bus_creds *c char ***cmdline int sd_bus_creds_get_cgroup - sd_bus_creds* c + sd_bus_creds *c const char **cgroup int sd_bus_creds_get_unit - sd_bus_creds* c + sd_bus_creds *c const char **unit int sd_bus_creds_get_user_unit - sd_bus_creds* c + sd_bus_creds *c const char **unit int sd_bus_creds_get_slice - sd_bus_creds* c + sd_bus_creds *c const char **slice int sd_bus_creds_get_session - sd_bus_creds* c + sd_bus_creds *c const char **slice int sd_bus_creds_get_owner_uid - sd_bus_creds* c + sd_bus_creds *c uid_t *uid int sd_bus_creds_has_effective_cap - sd_bus_creds* c + sd_bus_creds *c int capability int sd_bus_creds_has_permitted_cap - sd_bus_creds* c + sd_bus_creds *c int capability int sd_bus_creds_has_inheritable_cap - sd_bus_creds* c + sd_bus_creds *c int capability int sd_bus_creds_has_bounding_cap - sd_bus_creds* c + sd_bus_creds *c int capability int sd_bus_creds_get_selinux_context - sd_bus_creds* c + sd_bus_creds *c const char **context int sd_bus_creds_get_audit_session_id - sd_bus_creds* c + sd_bus_creds *c uint32_t *sessionid int sd_bus_creds_get_audit_login_uid - sd_bus_creds* c + sd_bus_creds *c uid_t *loginuid int sd_bus_creds_get_unique_name - sd_bus_creds* c + sd_bus_creds *c const char **name int sd_bus_creds_get_well_known_names - sd_bus_creds* c + sd_bus_creds *c char ***name @@ -314,7 +314,7 @@ along with systemd; If not, see . capabilities mask. A positive return value means that is was set, zero means that it was not set, and a negative return value signifies an error. See - capabilities7 + capabilities7 and Capabilities= and CapabilityBoundingSet= settings in systemd.exec5. @@ -381,7 +381,7 @@ along with systemd; If not, see . - -ENODATA + -ENODATA Given field is not available in c. @@ -389,7 +389,7 @@ along with systemd; If not, see . - -ENOENT + -ENOENT Given field is not specified for the sender. This will be returned by sd_bus_get_unit, @@ -403,22 +403,22 @@ along with systemd; If not, see . - -ENXIO + -ENXIO - An error occured in parsing cgroup paths. + An error occurred in parsing cgroup paths. libsystemd might be out of sync with the running systemd version. - -EINVAL + -EINVAL Specified pointer parameter is NULL. - -ENOMEM + -ENOMEM Memory allocation failed. @@ -431,7 +431,7 @@ along with systemd; If not, see . sd_bus_open_user() and other functions described here are available as a shared library, which can be compiled and linked to with the - libsystemd pkg-config1 + libsystemd pkg-config1 file. @@ -441,11 +441,11 @@ along with systemd; If not, see . systemd1, sd-bus3, - credentials7, fork2, execve2, - free3, - proc5, + credentials7, + free3, + proc5, systemd.journald-fields7