diff options
author | Lennart Poettering <lennart@poettering.net> | 2013-02-08 23:31:13 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2013-02-08 23:31:37 +0100 |
commit | 79cd774324451baa86c341f36709ec4dd90100d9 (patch) | |
tree | 93125ec3e296eeebc002bdd635fe975dfe28c121 /man/sd_get_seats.xml | |
parent | 990ffbe5cffe7f11a8d3ab2258a85fc52b97bf60 (diff) |
man: fix prototype of sd_get_uids()
Diffstat (limited to 'man/sd_get_seats.xml')
-rw-r--r-- | man/sd_get_seats.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/sd_get_seats.xml b/man/sd_get_seats.xml index a300a05751..4bdb5c3e9e 100644 --- a/man/sd_get_seats.xml +++ b/man/sd_get_seats.xml @@ -65,7 +65,7 @@ <funcprototype> <funcdef>int <function>sd_get_uids</function></funcdef> - <paramdef>char*** <parameter>sessions</parameter></paramdef> + <paramdef>uid_t** <parameter>users</parameter></paramdef> </funcprototype> </funcsynopsis> |