From 8dc385e7701726be69b681e2738a1d74a21b24f1 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Sun, 16 Feb 2014 13:55:27 +0100 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 source code. --- man/sd_bus_new.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'man/sd_bus_new.xml') diff --git a/man/sd_bus_new.xml b/man/sd_bus_new.xml index 573def72c..4e43872ca 100644 --- a/man/sd_bus_new.xml +++ b/man/sd_bus_new.xml @@ -56,17 +56,17 @@ along with systemd; If not, see . int sd_bus_new - sd_bus** bus + sd_bus **bus - sd_bus* sd_bus_ref - sd_bus* bus + sd_bus *sd_bus_ref + sd_bus *bus - sd_bus* sd_bus_unref - sd_bus* bus + sd_bus *sd_bus_unref + sd_bus *bus -- cgit v1.2.3