summaryrefslogtreecommitdiff
path: root/man/sd_bus_message_get_monotonic_usec.xml
diff options
context:
space:
mode:
authorJan Engelhardt <jengelh@inai.de>2014-02-16 13:55:27 +0100
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2014-02-17 19:03:07 -0500
commit8dc385e7701726be69b681e2738a1d74a21b24f1 (patch)
tree79c6e7e3333330a4de954f7c525f5304359c5b7d /man/sd_bus_message_get_monotonic_usec.xml
parent3c8fa0fd0f99996088e42c5d48e164fdae4ada40 (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 source code.
Diffstat (limited to 'man/sd_bus_message_get_monotonic_usec.xml')
-rw-r--r--man/sd_bus_message_get_monotonic_usec.xml12
1 files changed, 6 insertions, 6 deletions
diff --git a/man/sd_bus_message_get_monotonic_usec.xml b/man/sd_bus_message_get_monotonic_usec.xml
index b9437ff62..e0ee9090c 100644
--- a/man/sd_bus_message_get_monotonic_usec.xml
+++ b/man/sd_bus_message_get_monotonic_usec.xml
@@ -55,20 +55,20 @@
<funcprototype>
<funcdef>int <function>sd_bus_message_get_monotonic_usec</function></funcdef>
- <paramdef>sd_bus_message* <parameter>message</parameter></paramdef>
- <paramdef>uint64_t* <parameter>usec</parameter></paramdef>
+ <paramdef>sd_bus_message *<parameter>message</parameter></paramdef>
+ <paramdef>uint64_t *<parameter>usec</parameter></paramdef>
</funcprototype>
<funcprototype>
<funcdef>int <function>sd_bus_message_get_realtime_usec</function></funcdef>
- <paramdef>sd_bus_message* <parameter>message</parameter></paramdef>
- <paramdef>uint64_t* <parameter>usec</parameter></paramdef>
+ <paramdef>sd_bus_message *<parameter>message</parameter></paramdef>
+ <paramdef>uint64_t *<parameter>usec</parameter></paramdef>
</funcprototype>
<funcprototype>
<funcdef>int <function>sd_bus_message_get_seqnum</function></funcdef>
- <paramdef>sd_bus_message* <parameter>message</parameter></paramdef>
- <paramdef>uint64_t* <parameter>seqnum</parameter></paramdef>
+ <paramdef>sd_bus_message *<parameter>message</parameter></paramdef>
+ <paramdef>uint64_t *<parameter>seqnum</parameter></paramdef>
</funcprototype>
</funcsynopsis>
</refsynopsisdiv>