aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Wilk <jwilk@jwilk.net>2016-07-12 11:58:14 +0200
committerLennart Poettering <lennart@poettering.net>2016-07-12 11:58:14 +0200
commit037a3ded54f72338fc95285d7971b61f695e3c1a (patch)
treec19360b05320d722351f7813958d0201638713ec /man/sd_journal_get_data.xml
parentseccomp: only abort on syscall name resolution failures (#3701) (diff)
downloadsystemd-037a3ded54f72338fc95285d7971b61f695e3c1a.tar.gz
systemd-037a3ded54f72338fc95285d7971b61f695e3c1a.tar.bz2
systemd-037a3ded54f72338fc95285d7971b61f695e3c1a.zip
man: fix indefinite articles (#3694)
Diffstat (limited to 'man/sd_journal_get_data.xml')
-rw-r--r--man/sd_journal_get_data.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/man/sd_journal_get_data.xml b/man/sd_journal_get_data.xml
index 908ee7db1..1321114de 100644
--- a/man/sd_journal_get_data.xml
+++ b/man/sd_journal_get_data.xml
@@ -151,7 +151,7 @@
in size — but the library might still return larger data objects.
That means applications should not rely exclusively on this
setting to limit the size of the data fields returned, but need to
- apply a explicit size limit on the returned data as well. This
+ apply an explicit size limit on the returned data as well. This
threshold defaults to 64K by default. To retrieve the complete
data fields this threshold should be turned off by setting it to
0, so that the library always returns the complete data objects.