summaryrefslogtreecommitdiff
path: root/man/sd_journal_print.xml
diff options
context:
space:
mode:
authorJakub Wilk <jwilk@jwilk.net>2017-01-19 16:54:22 +0100
committerMartin Pitt <martin.pitt@ubuntu.com>2017-01-19 16:54:22 +0100
commit301a21a8804cdc8712bf9b048aca11a07139f402 (patch)
tree1765405141a8901638ccebbc6e6471a527db8a36 /man/sd_journal_print.xml
parent0819dd72df6fc552ea5ca4ea948e4a3c1d2fe78f (diff)
downloadsystemd-301a21a8804cdc8712bf9b048aca11a07139f402.tar.gz
man: fix typos (#5109)
Diffstat (limited to 'man/sd_journal_print.xml')
-rw-r--r--man/sd_journal_print.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/man/sd_journal_print.xml b/man/sd_journal_print.xml
index ff3638c909..a741abe32d 100644
--- a/man/sd_journal_print.xml
+++ b/man/sd_journal_print.xml
@@ -133,7 +133,7 @@
project='man-pages'><refentrytitle>readv</refentrytitle><manvolnum>3</manvolnum></citerefentry> for details)
instead of the format string. Each structure should reference one field of the entry to submit. The second argument
specifies the number of structures in the array. <function>sd_journal_sendv()</function> is particularly useful to
- submit binary objects to the journal where that is necessary. Note that this function wil not strip trailing
+ submit binary objects to the journal where that is necessary. Note that this function will not strip trailing
whitespace of the passed fields, but passes the specified data along unmodified. This is different from both
<function>sd_journal_print()</function> and <function>sd_journal_send()</function> described above, which are based
on format strings, and do strip trailing whitespace.</para>