X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=man%2Fsystemd.journal-fields.xml;h=c93b5da1dcba7b63abde9a9d4e9dc0a951f3ca04;hp=cffcccb53efa8c20072321ddd264c90113d98a6e;hb=89f7c8465cd1ab37347dd0c15920bce31e8225df;hpb=6b4991cfde6c0a0b62e836ca75ae362779c474d4 diff --git a/man/systemd.journal-fields.xml b/man/systemd.journal-fields.xml index cffcccb53..c93b5da1d 100644 --- a/man/systemd.journal-fields.xml +++ b/man/systemd.journal-fields.xml @@ -51,14 +51,14 @@ Description Entries in the journal resemble an environment - block in their syntax, however with fields that can + block in their syntax but with fields that can include binary data. Primarily, fields are formatted UTF-8 text strings, and binary formatting is used only where formatting as UTF-8 text strings makes little sense. New fields may freely be defined by applications, but a few fields have special meaning. All fields with special meanings are - optional. In some cases fields may appear more than + optional. In some cases, fields may appear more than once per entry. @@ -176,7 +176,7 @@ _UID= _GID= - The process, user and + The process, user, and group ID of the process the journal entry originates from formatted as a decimal @@ -190,7 +190,7 @@ _CMDLINE= The name, the executable - path and the command line of + path, and the command line of the process the journal entry originates from. @@ -223,17 +223,20 @@ _SYSTEMD_UNIT= _SYSTEMD_USER_UNIT= _SYSTEMD_OWNER_UID= + _SYSTEMD_SLICE= - The control group path in - the systemd hierarchy, the + The control group path + in the systemd hierarchy, the systemd session ID (if any), - the systemd unit name (if any), - the systemd user session unit name (if any) - and the owner UID of the - systemd session (if any) of - the process the journal entry - originates from. + the systemd unit name (if + any), the systemd user session + unit name (if any), the owner + UID of the systemd session (if + any) and the systemd slice + unit of the process the + journal entry originates + from. @@ -241,8 +244,8 @@ _SELINUX_CONTEXT= The SELinux security - context of the process the - journal entry originates + context (label) of the process + the journal entry originates from. @@ -386,12 +389,12 @@ the major and minor of the device node, separated by : and prefixed by b. Similar - for character devices, but + for character devices but prefixed by c. For network - devices the interface index, + devices, this is the interface index prefixed by n. For all other - devices + followed by the - subsystem name, followed by + devices, this is the subsystem name + prefixed by +, followed by :, followed by the kernel device name.