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_id128_get_machine.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_id128_get_machine.xml')
-rw-r--r-- | man/sd_id128_get_machine.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/sd_id128_get_machine.xml b/man/sd_id128_get_machine.xml index cce3979f85..164fcb73a5 100644 --- a/man/sd_id128_get_machine.xml +++ b/man/sd_id128_get_machine.xml @@ -54,12 +54,12 @@ <funcprototype> <funcdef>int <function>sd_id128_get_machine</function></funcdef> - <paramdef>sd_id128_t* <parameter>ret</parameter></paramdef> + <paramdef>sd_id128_t *<parameter>ret</parameter></paramdef> </funcprototype> <funcprototype> <funcdef>int <function>sd_id128_get_boot</function></funcdef> - <paramdef>sd_id128_t* <parameter>ret</parameter></paramdef> + <paramdef>sd_id128_t *<parameter>ret</parameter></paramdef> </funcprototype> </funcsynopsis> |