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_journal_get_cursor.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_journal_get_cursor.xml')
-rw-r--r-- | man/sd_journal_get_cursor.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/man/sd_journal_get_cursor.xml b/man/sd_journal_get_cursor.xml index 4410d6e3c0..015c14011e 100644 --- a/man/sd_journal_get_cursor.xml +++ b/man/sd_journal_get_cursor.xml @@ -54,14 +54,14 @@ <funcprototype> <funcdef>int <function>sd_journal_get_cursor</function></funcdef> - <paramdef>sd_journal* <parameter>j</parameter></paramdef> - <paramdef>char ** <parameter>cursor</parameter></paramdef> + <paramdef>sd_journal *<parameter>j</parameter></paramdef> + <paramdef>char **<parameter>cursor</parameter></paramdef> </funcprototype> <funcprototype> <funcdef>int <function>sd_journal_test_cursor</function></funcdef> - <paramdef>sd_journal* <parameter>j</parameter></paramdef> - <paramdef>const char * <parameter>cursor</parameter></paramdef> + <paramdef>sd_journal *<parameter>j</parameter></paramdef> + <paramdef>const char *<parameter>cursor</parameter></paramdef> </funcprototype> </funcsynopsis> |