From 3b3d7d069d10d53336dbada1c67f739e3492b218 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Thu, 8 May 2014 01:28:46 +0200 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 what is used in source code. Addendum to commit v209~82. --- man/sd_journal_seek_head.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'man/sd_journal_seek_head.xml') diff --git a/man/sd_journal_seek_head.xml b/man/sd_journal_seek_head.xml index 9ee14e476e..284479a1df 100644 --- a/man/sd_journal_seek_head.xml +++ b/man/sd_journal_seek_head.xml @@ -58,31 +58,31 @@ int sd_journal_seek_head - sd_journal* j + sd_journal *j int sd_journal_seek_tail - sd_journal* j + sd_journal *j int sd_journal_seek_monotonic_usec - sd_journal* j + sd_journal *j sd_id128_t boot_id uint64_t usec int sd_journal_seek_realtime_usec - sd_journal* j + sd_journal *j uint64_t usec int sd_journal_seek_cursor - sd_journal* j - const char * cursor + sd_journal *j + const char *cursor -- cgit v1.2.3-54-g00ecf