diff options
author | Jan Engelhardt <jengelh@inai.de> | 2014-05-08 01:28:46 +0200 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2014-05-07 20:13:27 -0400 |
commit | 3b3d7d069d10d53336dbada1c67f739e3492b218 (patch) | |
tree | c153e5ecf62a30e487c587556aaf9c9f7291a11d /man/sd_get_seats.xml | |
parent | 6667311dc3d22ad0c2f6a3085654ec00aa89d212 (diff) |
doc: balance C indirections in function prototypes
Shift the asterisks in the documentation's prototypes such that they
are consistent among each other. Use the right side to match what is
used in source code.
Addendum to commit v209~82.
Diffstat (limited to 'man/sd_get_seats.xml')
-rw-r--r-- | man/sd_get_seats.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/man/sd_get_seats.xml b/man/sd_get_seats.xml index 0fc82431cf..a49dde80c8 100644 --- a/man/sd_get_seats.xml +++ b/man/sd_get_seats.xml @@ -56,22 +56,22 @@ <funcprototype> <funcdef>int <function>sd_get_seats</function></funcdef> - <paramdef>char*** <parameter>seats</parameter></paramdef> + <paramdef>char ***<parameter>seats</parameter></paramdef> </funcprototype> <funcprototype> <funcdef>int <function>sd_get_sessions</function></funcdef> - <paramdef>char*** <parameter>sessions</parameter></paramdef> + <paramdef>char ***<parameter>sessions</parameter></paramdef> </funcprototype> <funcprototype> <funcdef>int <function>sd_get_uids</function></funcdef> - <paramdef>uid_t** <parameter>users</parameter></paramdef> + <paramdef>uid_t **<parameter>users</parameter></paramdef> </funcprototype> <funcprototype> <funcdef>int <function>sd_get_machine_names</function></funcdef> - <paramdef>char*** <parameter>machines</parameter></paramdef> + <paramdef>char ***<parameter>machines</parameter></paramdef> </funcprototype> </funcsynopsis> |