X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=man%2Fsystemd.journal-fields.xml;h=59bb8ad70a26f80dc6c7e1b2fc84b615af693ec4;hb=ab060556a9e1ebb2744719a29985e40919101a22;hp=fd0beb968f66abd9c5ffb3cac3a64550503f99f3;hpb=a8eedf4953d379dc09ee2b04e69a0a54ba247a02;p=elogind.git diff --git a/man/systemd.journal-fields.xml b/man/systemd.journal-fields.xml index fd0beb968..59bb8ad70 100644 --- a/man/systemd.journal-fields.xml +++ b/man/systemd.journal-fields.xml @@ -132,6 +132,19 @@ + + ERRNO= + + The low-level Unix error + number causing this entry, if + any. Contains the numeric + value of + errno3 + formatted as decimal + string. + + + SYSLOG_FACILITY= SYSLOG_IDENTIFIER= @@ -299,7 +312,12 @@ addresses of journal entries are serialized into fields prefixed with double underscores. Note that these aren't proper fields when stored in the journal, - but addressing meta data of entries. + but addressing meta data of entries. They cannot be + written as part of structured log entries via calls + such as + sd_journal_send3. They + may also not be used as matches for + sd_journal_add_match3 @@ -357,7 +375,7 @@ systemd1, journalctl1, journald.conf5, - sd-journal7 + sd-journal3