diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2013-02-07 00:53:11 -0500 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2013-02-07 01:02:34 -0500 |
commit | 15cd601be0f8920083957ef2274a64e00fb92498 (patch) | |
tree | 637fc21ce690b9b695638597029907449c8d8b95 | |
parent | 53057ef93bafbf78318a5e08f6395504a0719f3d (diff) |
man: fix return value for sd_journal_flush_matches
https://bugs.freedesktop.org/show_bug.cgi?id=60133
-rw-r--r-- | man/sd_journal_add_match.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/sd_journal_add_match.xml b/man/sd_journal_add_match.xml index ad2486d749..04b33883cb 100644 --- a/man/sd_journal_add_match.xml +++ b/man/sd_journal_add_match.xml @@ -66,7 +66,7 @@ </funcprototype> <funcprototype> - <funcdef>int <function>sd_journal_flush_matches</function></funcdef> + <funcdef>void <function>sd_journal_flush_matches</function></funcdef> <paramdef>sd_journal* <parameter>j</parameter></paramdef> </funcprototype> </funcsynopsis> |