summaryrefslogtreecommitdiff
path: root/man/sd_journal_get_fd.xml
diff options
context:
space:
mode:
authorJan Engelhardt <jengelh@inai.de>2013-08-25 09:01:45 +0200
committerLennart Poettering <lennart@poettering.net>2013-09-10 18:34:41 +0200
commit6b4991cfde6c0a0b62e836ca75ae362779c474d4 (patch)
tree7abb5874f749828b7b13dff0017b83a63d1fa22a /man/sd_journal_get_fd.xml
parentb8ab2dc6c9eb8d6c738524f2ab48931855e3a08a (diff)
downloadsystemd-6b4991cfde6c0a0b62e836ca75ae362779c474d4.tar.gz
man: wording and grammar updates
This includes regularly-submitted corrections to comma setting and orthographical mishaps that appeared in man/ in recent commits. In this particular commit: - the usual comma fixes - expand contractions (this is prose)
Diffstat (limited to 'man/sd_journal_get_fd.xml')
-rw-r--r--man/sd_journal_get_fd.xml14
1 files changed, 7 insertions, 7 deletions
diff --git a/man/sd_journal_get_fd.xml b/man/sd_journal_get_fd.xml
index 1c6f25005e..c4387b0856 100644
--- a/man/sd_journal_get_fd.xml
+++ b/man/sd_journal_get_fd.xml
@@ -232,15 +232,15 @@ else {
<constant>SD_JOURNAL_APPEND</constant> or
<constant>SD_JOURNAL_INVALIDATE</constant> on success or
a negative errno-style error code. If
- <constant>SD_JOURNAL_NOP</constant> is returned the
- journal didn't change since the last invocation. If
- <constant>SD_JOURNAL_APPEND</constant> is returned new
+ <constant>SD_JOURNAL_NOP</constant> is returned, the
+ journal did not change since the last invocation. If
+ <constant>SD_JOURNAL_APPEND</constant> is returned, new
entries have been appended to the end of the
- journal. If <constant>SD_JOURNAL_INVALIDATE</constant>
+ journal. If <constant>SD_JOURNAL_INVALIDATE</constant>,
journal files were added or removed (possibly due to
- rotation). In the latter event live-view UIs should
- probably refresh their entire display while in the
- case of <constant>SD_JOURNAL_APPEND</constant> it is
+ rotation). In the latter event, live-view UIs should
+ probably refresh their entire display, while in the
+ case of <constant>SD_JOURNAL_APPEND</constant>, it is
sufficient to simply continue reading at the previous
end of the journal.</para>
</refsect1>