From: Jason St. John Date: Tue, 10 Dec 2013 05:10:03 +0000 (-0500) Subject: man: improve wording and comma usage in systemd.journal-fields(7) X-Git-Tag: v209~1066 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=8c9552c6b417c8dc8d66019bc8e412c8d736454d;p=elogind.git man: improve wording and comma usage in systemd.journal-fields(7) Improve wording under "Description" and "_KERNEL_DEVICE=" --- diff --git a/man/systemd.journal-fields.xml b/man/systemd.journal-fields.xml index 8a15598e6..bb89ed58d 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. @@ -389,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.