From aed63d6758ecfe9fa19aef861f4a9b4cef3a0806 Mon Sep 17 00:00:00 2001 From: David King Date: Tue, 25 Jun 2013 11:48:17 +0100 Subject: [PATCH] man: Small language improvements to sd_journal_open --- man/sd_journal_open.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/man/sd_journal_open.xml b/man/sd_journal_open.xml index 0f4178274e..36c9d16019 100644 --- a/man/sd_journal_open.xml +++ b/man/sd_journal_open.xml @@ -94,7 +94,7 @@ files automatically and interleave them automatically when reading. As first argument it takes a pointer to a sd_journal pointer, which on - success will contain journal context object afterwards. The + success will contain a journal context object. The second argument is a flags field, which may consist of the following flags ORed together: SD_JOURNAL_LOCAL_ONLY makes sure @@ -126,10 +126,10 @@ interleaved automatically. This call also takes a flags argument, but it must be passed as 0 as no flags are currently understood for this call. Please note - that in case of a live journal, this function is only + that in the case of a live journal, this function is only useful for debugging, because individual journal files can be rotated at any moment, and the opening of - specific files in inherently racy. + specific files is inherently racy. sd_journal_close() will close the journal context allocated with @@ -144,7 +144,7 @@ See sd_journal_next3 - for an example how to iterate through the journal + for an example of how to iterate through the journal after opening it with sd_journal_open(). @@ -189,7 +189,7 @@ The sd_journal_open(), sd_journal_open_directory() and sd_journal_close() interfaces are - available as shared library, which can be compiled and + available as a shared library, which can be compiled and linked to with the libsystemd-journal pkg-config1