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_print.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_print.xml')
-rw-r--r-- | man/sd_journal_print.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/man/sd_journal_print.xml b/man/sd_journal_print.xml index c6f204b8c6..b636bcff17 100644 --- a/man/sd_journal_print.xml +++ b/man/sd_journal_print.xml @@ -59,20 +59,20 @@ <funcprototype> <funcdef>int <function>sd_journal_print</function></funcdef> <paramdef>int <parameter>priority</parameter></paramdef> - <paramdef>const char* <parameter>format</parameter></paramdef> + <paramdef>const char *<parameter>format</parameter></paramdef> <paramdef>...</paramdef> </funcprototype> <funcprototype> <funcdef>int <function>sd_journal_printv</function></funcdef> <paramdef>int <parameter>priority</parameter></paramdef> - <paramdef>const char* <parameter>format</parameter></paramdef> + <paramdef>const char *<parameter>format</parameter></paramdef> <paramdef>va_list <parameter>ap</parameter></paramdef> </funcprototype> <funcprototype> <funcdef>int <function>sd_journal_send</function></funcdef> - <paramdef>const char* <parameter>format</parameter></paramdef> + <paramdef>const char *<parameter>format</parameter></paramdef> <paramdef>...</paramdef> </funcprototype> @@ -84,7 +84,7 @@ <funcprototype> <funcdef>int <function>sd_journal_perror</function></funcdef> - <paramdef>const char* <parameter>message</parameter></paramdef> + <paramdef>const char *<parameter>message</parameter></paramdef> </funcprototype> </funcsynopsis> |