X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=man%2Fsystemd.journal-fields.xml;h=d790c35a03d0f5d3ad0afe5874f8b12b09bbffa2;hp=6a9fd9d85cdaf80efefd08fbf732fc0c14db6dec;hb=feb12d3ed2c7f9132c64773c7c41b9e3a608a814;hpb=cb07866b1b7c11e687a322d70dd9f9d73bbbe488 diff --git a/man/systemd.journal-fields.xml b/man/systemd.journal-fields.xml index 6a9fd9d85..d790c35a0 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= @@ -292,6 +305,42 @@ + + Kernel Journal Fields + + Kernel fields are fields that are used by + messages originating in the kernel and stored in the + journal. + + + + _KERNEL_DEVICE= + + The kernel device + name. If the entry is + associated to a block device, + the major and minor of the + device node, separated by ':' + and prefixed by 'b'. Similar + for character devices, but + prefixed by 'c'. For network + devices the interface index, + prefixed by 'n'. For all other + devices '+' followed by the + subsystem name, followed by + ':', followed by the kernel + device name. + + + + _KERNEL_SUBSYSTEM= + + The kernel subsystem name. + + + + + Address Fields