summaryrefslogtreecommitdiff
path: root/man/sd_journal_get_fd.xml
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2018-06-12 16:19:21 +0200
committerLennart Poettering <lennart@poettering.net>2018-06-12 16:31:30 +0200
commit1b2ad5d9a58a0f51e3515f8875051aa284f0b831 (patch)
treee7f56712dccbfdeacd85c70d22b7f87c6c806446 /man/sd_journal_get_fd.xml
parentf4ea7552c109942b49cc1a3c37e959716fb8c453 (diff)
downloadsystemd-1b2ad5d9a58a0f51e3515f8875051aa284f0b831.tar.gz
doc: more spelling fixes
Diffstat (limited to 'man/sd_journal_get_fd.xml')
-rw-r--r--man/sd_journal_get_fd.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/man/sd_journal_get_fd.xml b/man/sd_journal_get_fd.xml
index c396c6a79b..4525bbbe89 100644
--- a/man/sd_journal_get_fd.xml
+++ b/man/sd_journal_get_fd.xml
@@ -212,11 +212,11 @@ else {
journal, to read the newly added entries.</para></listitem>
<listitem><para>If <constant>SD_JOURNAL_INVALIDATE</constant>, journal files were added to or removed from the
- set of of journal files watched (e.g. due to rotation or vacuuming), and thus entries might have appeared or
+ set of journal files watched (e.g. due to rotation or vacuuming), and thus entries might have appeared or
disappeared at arbitrary places in the log stream, possibly before or after the previous end of the log
stream. If <constant>SD_JOURNAL_INVALIDATE</constant> is returned, live-view UIs that want to reflect on screen
the precise state of the log data on disk should probably refresh their entire display (relative to the cursor of
- the log entry on the top of the screen). Programs only interested in a strictly sequencial stream of log data may
+ the log entry on the top of the screen). Programs only interested in a strictly sequential stream of log data may
treat <constant>SD_JOURNAL_INVALIDATE</constant> the same way as <constant>SD_JOURNAL_APPEND</constant>, thus
ignoring any changes to the log view earlier than the old end of the log stream.</para></listitem>
</itemizedlist>