X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=man%2Fsd_pid_get_session.xml;h=4b796034532c8fbcf4a5b50da5580e96a9f8bf6f;hp=a8266e02062f222bff09a9f9e7d0637f678fa876;hb=1e98337f26cb6805a684eff9bc5eb842512ac8fa;hpb=bf34ab149f3038686bc75e1592179abac1700322 diff --git a/man/sd_pid_get_session.xml b/man/sd_pid_get_session.xml index a8266e020..4b7960345 100644 --- a/man/sd_pid_get_session.xml +++ b/man/sd_pid_get_session.xml @@ -67,73 +67,73 @@ int sd_pid_get_session pid_t pid - char** session + char **session int sd_pid_get_unit pid_t pid - char** unit + char **unit int sd_pid_get_user_unit pid_t pid - char** unit + char **unit int sd_pid_get_owner_uid pid_t pid - uid_t* uid + uid_t *uid int sd_pid_get_machine_name pid_t pid - char** name + char **name int sd_pid_get_slice pid_t pid - char** slice + char **slice int sd_peer_get_session int fd - char** session + char **session int sd_peer_get_unit int fd - char** unit + char **unit int sd_peer_get_user_unit int fd - char** unit + char **unit int sd_peer_get_owner_uid int fd - uid_t* uid + uid_t *uid int sd_peer_get_machine_name int fd - char** name + char **name int sd_peer_get_slice int fd - char** slice + char **slice @@ -152,7 +152,7 @@ threads). For processes not being part of a login session this function will fail. The returned string needs to be freed with the libc - free3 + free3 call after use. sd_pid_get_unit() may be @@ -168,7 +168,7 @@ use sd_pid_get_user_unit() for that.) The returned string needs to be freed with the libc - free3 + free3 call after use. sd_pid_get_user_unit() may @@ -194,7 +194,7 @@ container is a member of. The machine name is a short string, suitable for usage in file system paths. The returned string needs to be freed with the libc - free3 + free3 call after use. sd_pid_get_slice() may be @@ -203,7 +203,7 @@ systemd.slice5 for details about slices. The returned string needs to be freed with the libc - free3 + free3 call after use. If the pid parameter of any @@ -246,7 +246,7 @@ sd_peer_get_slice() interfaces are available as a shared library, which can be compiled and linked to with the - libsystemd pkg-config1 + libsystemd pkg-config1 file. Note that the login session identifier as