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_add_match.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'man/sd_journal_add_match.xml') diff --git a/man/sd_journal_add_match.xml b/man/sd_journal_add_match.xml index d776b14ebe..2daca1629c 100644 --- a/man/sd_journal_add_match.xml +++ b/man/sd_journal_add_match.xml @@ -56,24 +56,24 @@ int sd_journal_add_match - sd_journal* j - const void* data + sd_journal *j + const void *data size_t size int sd_journal_add_disjunction - sd_journal* j + sd_journal *j int sd_journal_add_conjunction - sd_journal* j + sd_journal *j void sd_journal_flush_matches - sd_journal* j + sd_journal *j -- cgit v1.2.3-54-g00ecf