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 | |
parent | e40ec7aec5e64cd0cfa5fc556d6a9747229b5794 (diff) |
man: add sd_j_open_files to return values section
-rw-r--r-- | man/sd_journal_open.xml | 5 | ||||
-rw-r--r-- | man/systemd.special.xml | 2 |
2 files changed, 4 insertions, 3 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> diff --git a/man/systemd.special.xml b/man/systemd.special.xml index 7164b1e614..4588f58999 100644 --- a/man/systemd.special.xml +++ b/man/systemd.special.xml @@ -314,7 +314,7 @@ dependencies of type <varname>Before=</varname> to <filename>sysroot-usr.mount</filename> - and all mount points fround in + and all mount points found in <filename>/etc/fstab</filename> that have the <option>auto</option> and |