X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=man%2Fsd_seat_get_active.xml;h=33a8697ff04a2b9f0adc12e5a21945f8824db7f5;hb=2c1bcabb8b961d0db3a50c54106baf7d4d6f5192;hp=6dda53512a0c2b4feebb7a765b0f09e5ef9487c4;hpb=abbb87ffdecf445d2bba18e1638f80c96098339e;p=elogind.git diff --git a/man/sd_seat_get_active.xml b/man/sd_seat_get_active.xml index 6dda53512..33a8697ff 100644 --- a/man/sd_seat_get_active.xml +++ b/man/sd_seat_get_active.xml @@ -105,8 +105,9 @@ one (NULL terminated) with the session identifiers of the sessions and one with the user identifiers of the Unix users the sessions belong to. An additional parameter may - be used to return the number of entries in the latter array. The - two arrays and the latter parameter may be passed as + be used to return the number of entries in the latter array. This + value is the same the return value, if the latter is nonnegative. + The two arrays and the last parameter may be passed as NULL in case these values need not to be determined. The arrays and the strings referenced by them need to be freed with the libc @@ -158,7 +159,7 @@ -ENODATA - Given field is not specified for the described + The given field is not specified for the described seat. @@ -174,7 +175,7 @@ -EINVAL An input parameter was invalid (out of range, - or NULL, where that's not accepted). + or NULL, where that is not accepted). @@ -192,7 +193,7 @@ sd_seat_get_sessions(), sd_seat_can_multi_session(), sd_seat_can_tty() and - sd_seat_can_grapical() interfaces are + sd_seat_can_graphical() interfaces are available as a shared library, which can be compiled and linked to with the libelogind pkg-config1 @@ -203,7 +204,7 @@ See Also - elogind1, + elogind8, sd-login3, sd_session_get_seat3