diff options
author | Martin Pitt <martin.pitt@ubuntu.com> | 2016-10-17 06:56:22 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-10-17 06:56:22 +0200 |
commit | 9e7727521ff2e751ee064716ab735016abf72025 (patch) | |
tree | 01fea0c59234c033ef1f79a78d66b4776643cdb3 /man/sd_journal_open.xml | |
parent | 57e8c8524e710e5cfaa836a8add1adff890cf14a (diff) | |
parent | d0d5f0f778e6d95f2237b3bfcff9a2634c0557ab (diff) |
Merge pull request #4381 from keszybz/man-pages
Diffstat (limited to 'man/sd_journal_open.xml')
-rw-r--r-- | man/sd_journal_open.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/man/sd_journal_open.xml b/man/sd_journal_open.xml index 74e67023b5..25b3048f2e 100644 --- a/man/sd_journal_open.xml +++ b/man/sd_journal_open.xml @@ -208,6 +208,9 @@ <refsect1> <title>Notes</title> + <para>All functions listed here are thread-agnostic and only a single thread may operate + on a given <structname>sd_journal</structname> object.</para> + <para>The <function>sd_journal_open()</function>, <function>sd_journal_open_directory()</function> and <function>sd_journal_close()</function> interfaces are available |