diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2013-06-13 23:32:15 -0400 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2013-06-13 23:36:08 -0400 |
commit | 5e9dfd2ef99bad1000a6246a160c096c4dbd2158 (patch) | |
tree | 1ed3b539f12501fbee78863d5645134e616485de /man/sd_journal_open.xml | |
parent | e40ec7aec5e64cd0cfa5fc556d6a9747229b5794 (diff) |
man: add sd_j_open_files to return values section
Diffstat (limited to 'man/sd_journal_open.xml')
-rw-r--r-- | man/sd_journal_open.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/man/sd_journal_open.xml b/man/sd_journal_open.xml index 182840e1df..0f4178274e 100644 --- a/man/sd_journal_open.xml +++ b/man/sd_journal_open.xml @@ -175,8 +175,9 @@ <refsect1> <title>Return Value</title> - <para>The <function>sd_journal_open()</function> and - <function>sd_journal_open_directory()</function> calls + <para>The <function>sd_journal_open()</function>, + <function>sd_journal_open_directory()</function>, and + <function>sd_journal_open_files()</function> calls return 0 on success or a negative errno-style error code. <function>sd_journal_close()</function> returns nothing.</para> |