From 3b3d7d069d10d53336dbada1c67f739e3492b218 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Thu, 8 May 2014 01:28:46 +0200 Subject: 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. --- man/sd_get_seats.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'man/sd_get_seats.xml') diff --git a/man/sd_get_seats.xml b/man/sd_get_seats.xml index 0fc82431c..a49dde80c 100644 --- a/man/sd_get_seats.xml +++ b/man/sd_get_seats.xml @@ -56,22 +56,22 @@ int sd_get_seats - char*** seats + char ***seats int sd_get_sessions - char*** sessions + char ***sessions int sd_get_uids - uid_t** users + uid_t **users int sd_get_machine_names - char*** machines + char ***machines -- cgit v1.2.3