diff options
author | Lennart Poettering <lennart@poettering.net> | 2012-07-13 21:54:19 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2012-07-13 21:54:19 +0200 |
commit | 19125c205aa6084c225b5c11cc6dcbe18c6dbcc0 (patch) | |
tree | 04dc379fb2f0f0079c4c6292e6ee2e7b5641c469 /man/sd_journal_print.xml | |
parent | e362b3725a70102aedfda5f2f3f3cbce21e6feaf (diff) | |
download | systemd-19125c205aa6084c225b5c11cc6dcbe18c6dbcc0.tar.gz |
man: fix various typos
Diffstat (limited to 'man/sd_journal_print.xml')
-rw-r--r-- | man/sd_journal_print.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/man/sd_journal_print.xml b/man/sd_journal_print.xml index 71551f779a..65694a2e30 100644 --- a/man/sd_journal_print.xml +++ b/man/sd_journal_print.xml @@ -122,7 +122,7 @@ used to submit structured log entries to the system journal. It takes a series of format strings, each immediately followed by their associated parameters, - terminated by a NULL. The strings passed should be of + terminated by NULL. The strings passed should be of the format <literal>VARIABLE=value</literal>. The variable name must be in uppercase and consist only of characters, numbers and underscores, and may not @@ -150,7 +150,7 @@ journal where that is necessary.</para> <para>Note that <function>sd_journal_send()</function> - is a wapper around + is a wrapper around <function>sd_journal_sendv()</function> to make it easier to use when only text strings shall be submitted. Also, the following two calls are @@ -171,7 +171,7 @@ sd_journal_send("MESSAGE=Hello World, this is PID %lu!", (unsigned long) getpid( <para><citerefentry><refentrytitle>syslog</refentrytitle><manvolnum>3</manvolnum></citerefentry> and and <function>sd_journal_print()</function> may - mostly be used interchangably + largely be used interchangably functionality-wise. However, note that log messages logged via the former take a different path to the journal server than the later, and hence global |