diff options
author | Jan Engelhardt <jengelh@inai.de> | 2013-12-26 02:47:43 +0100 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2013-12-25 22:53:45 -0500 |
commit | 494a66821815e8109afa136bd42818b85da38c09 (patch) | |
tree | be847fc58ccf582fa1f2b7625348093ddf0b55f7 /man/sd_journal_next.xml | |
parent | 758bf0c755e045f7b1dd89869d3a10b9457e9bbe (diff) |
man: resolve word omissions
This is a recurring submission and includes corrections to:
word omissions and word class choice.
Diffstat (limited to 'man/sd_journal_next.xml')
-rw-r--r-- | man/sd_journal_next.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/man/sd_journal_next.xml b/man/sd_journal_next.xml index 6e437d1822..1409b0dba3 100644 --- a/man/sd_journal_next.xml +++ b/man/sd_journal_next.xml @@ -102,7 +102,7 @@ functions such as <citerefentry><refentrytitle>sd_journal_get_data</refentrytitle><manvolnum>3</manvolnum></citerefentry>.</para> - <para>Similar, <function>sd_journal_previous()</function> sets + <para>Similarly, <function>sd_journal_previous()</function> sets the read pointer back one entry.</para> <para><function>sd_journal_next_skip()</function> and @@ -129,7 +129,7 @@ <citerefentry><refentrytitle>sd_journal_seek_head</refentrytitle><manvolnum>3</manvolnum></citerefentry> and <function>sd_journal_next()</function> in order to make iterating through the journal easier. See below - for an example. Similar, + for an example. Similarly, <function>SD_JOURNAL_FOREACH_BACKWARDS()</function> may be used for iterating the journal in reverse order.</para> @@ -156,7 +156,7 @@ <para>The <function>sd_journal_next()</function>, <function>sd_journal_previous()</function>, <function>sd_journal_next_skip()</function> and <function>sd_journal_previous_skip()</function> 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 <constant>libsystemd-journal</constant> <citerefentry><refentrytitle>pkg-config</refentrytitle><manvolnum>1</manvolnum></citerefentry> file.</para> |