diff options
-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 |