diff options
author | Philip Nilsson <pnilsson@nullref.se> | 2012-12-03 18:26:52 +0100 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2012-12-04 14:03:41 +0100 |
commit | 486aad23f0d07c6dd688dcfce2ca3fdbf9fc25bd (patch) | |
tree | 13f1cc1b184502ac80a857861ec640062decd768 /man/sd_journal_open.xml | |
parent | c007bb1b4d1366130f69dfbde53124211307a31a (diff) |
man: correct documented return type for sd_journal_close
Diffstat (limited to 'man/sd_journal_open.xml')
-rw-r--r-- | man/sd_journal_open.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/sd_journal_open.xml b/man/sd_journal_open.xml index 06d0ccfd12..76b857b991 100644 --- a/man/sd_journal_open.xml +++ b/man/sd_journal_open.xml @@ -71,7 +71,7 @@ </funcprototype> <funcprototype> - <funcdef>int <function>sd_journal_close</function></funcdef> + <funcdef>void <function>sd_journal_close</function></funcdef> <paramdef>sd_journal* <parameter>j</parameter></paramdef> </funcprototype> </funcsynopsis> |