diff options
author | Lennart Poettering <lennart@poettering.net> | 2012-08-22 02:49:17 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2012-08-22 02:49:17 +0200 |
commit | bdfb9e7f7c315af5a6755ac4701b696ce2305a19 (patch) | |
tree | e2fa5e93af19e7a09e5311f0aecfe6ff1e59296f /man/sd_journal_print.xml | |
parent | c0d6e764d107a81a6439c41edbe92790623ed7de (diff) |
journald: augment journal entries from the kernel with data from udev
Diffstat (limited to 'man/sd_journal_print.xml')
-rw-r--r-- | man/sd_journal_print.xml | 20 |
1 files changed, 11 insertions, 9 deletions
diff --git a/man/sd_journal_print.xml b/man/sd_journal_print.xml index 7eac6c8192..c03762ac2c 100644 --- a/man/sd_journal_print.xml +++ b/man/sd_journal_print.xml @@ -131,17 +131,19 @@ immediately followed by their associated parameters, 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 - begin with an underscore. The value can be of any size - and format. It is highly recommended to submit - text strings formatted in the UTF-8 character encoding - only, and submit binary fields only when formatting in - UTf-8 strings is not sensible. A number of well known - fields are defined, see + variable name must be in uppercase and consist only of + characters, numbers and underscores, and may not begin + with an underscore. (All assignments that do not + follow this syntax will be ignored.) The value can be + of any size and format. It is highly recommended to + submit text strings formatted in the UTF-8 character + encoding only, and submit binary fields only when + formatting in UTf-8 strings is not sensible. A number + of well known fields are defined, see <citerefentry><refentrytitle>systemd.journal-fields</refentrytitle><manvolnum>7</manvolnum></citerefentry> for details, but additional application defined fields - may be used.</para> + may be used. A variable may be assigned more than one + value per entry.</para> <para><function>sd_journal_sendv()</function> is similar to <function>sd_journal_send()</function> but |