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_stream_fd.xml | |
parent | 57e8c8524e710e5cfaa836a8add1adff890cf14a (diff) | |
parent | d0d5f0f778e6d95f2237b3bfcff9a2634c0557ab (diff) |
Merge pull request #4381 from keszybz/man-pages
Diffstat (limited to 'man/sd_journal_stream_fd.xml')
-rw-r--r-- | man/sd_journal_stream_fd.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/man/sd_journal_stream_fd.xml b/man/sd_journal_stream_fd.xml index 2ea7731b48..226298ae1b 100644 --- a/man/sd_journal_stream_fd.xml +++ b/man/sd_journal_stream_fd.xml @@ -104,6 +104,10 @@ <refsect1> <title>Notes</title> + <para>Function <function>sd_journal_stream_fd()</function> is thread-safe and may be be called + from multiple threads. All calls will return the same file descriptor, although temporarily + multiple file descriptors may be open.</para> + <para>The <function>sd_journal_stream_fd()</function> interface is available as a shared library, which can be compiled and linked to with the |