X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=man%2Fsd_seat_get_active.xml;h=ba6cfeb66931bdb3daf515ce06747a5133bcc08d;hb=108e8cd11e88bd4795a62bf335921d438592601c;hp=23d582da92134610ea5fbef962286aca309de35c;hpb=494a66821815e8109afa136bd42818b85da38c09;p=elogind.git diff --git a/man/sd_seat_get_active.xml b/man/sd_seat_get_active.xml index 23d582da9..ba6cfeb66 100644 --- a/man/sd_seat_get_active.xml +++ b/man/sd_seat_get_active.xml @@ -57,32 +57,32 @@ int sd_seat_get_active - const char* seat - char** session - uid_t* uid + const char *seat + char **session + uid_t *uid int sd_seat_get_sessions - const char* seat - char*** sessions - uid_t** uid - unsigned int* n_uids + const char *seat + char ***sessions + uid_t **uid + unsigned int *n_uids int sd_seat_can_multi_session - const char* seat + const char *seat int sd_seat_can_tty - const char* seat + const char *seat int sd_seat_can_graphical - const char* seat + const char *seat @@ -143,9 +143,9 @@ Return Value - On success + On success, sd_seat_get_active() - returns 0 or a positive integer. On success + returns 0 or a positive integer. On success, sd_seat_get_sessions() returns the number of entries in the session identifier array. If the test succeeds, @@ -166,7 +166,7 @@ sd_seat_can_grapical() interfaces are available as a shared library, which can be compiled and linked to with the - libsystemd-login pkg-config1 + libsystemd pkg-config1 file.