diff --git a/man/sd_get_seats.xml b/man/sd_get_seats.xml index 37eb3fc8945..c053144483b 100644 --- a/man/sd_get_seats.xml +++ b/man/sd_get_seats.xml @@ -81,8 +81,10 @@ Description sd_get_seats() may be used to determine - all currently available local seats. Returns a - NULL terminated array of seat identifiers. + all currently available local seats. Returns the number of seat + identifiers and if the input pointer is non-NULL, a + NULL-terminated array of seat identifiers + is stored at the address. The returned array and all strings it references need to be freed with the libc free3 @@ -123,13 +125,6 @@ - - -EINVAL - - An input parameter was invalid (out of range, - or NULL, where that is not accepted). - - -ENOMEM