a52f674
From 79ce71419652f093842d4d27a88662742a57aa0c Mon Sep 17 00:00:00 2001
b12ff75
From: "Jason St. John" <jstjohn@purdue.edu>
b12ff75
Date: Tue, 10 Dec 2013 00:10:03 -0500
b12ff75
Subject: [PATCH] man: improve wording and comma usage in
b12ff75
 systemd.journal-fields(7)
b12ff75
b12ff75
Improve wording under "Description" and "_KERNEL_DEVICE="
a52f674
a52f674
(cherry picked from commit 8c9552c6b417c8dc8d66019bc8e412c8d736454d)
b12ff75
---
b12ff75
 man/systemd.journal-fields.xml | 16 ++++++++--------
b12ff75
 1 file changed, 8 insertions(+), 8 deletions(-)
b12ff75
b12ff75
diff --git a/man/systemd.journal-fields.xml b/man/systemd.journal-fields.xml
b12ff75
index 8a15598..bb89ed5 100644
b12ff75
--- a/man/systemd.journal-fields.xml
b12ff75
+++ b/man/systemd.journal-fields.xml
b12ff75
@@ -51,14 +51,14 @@
b12ff75
                 <title>Description</title>
b12ff75
 
b12ff75
                 <para>Entries in the journal resemble an environment
b12ff75
-                block in their syntax, however with fields that can
b12ff75
+                block in their syntax but with fields that can
b12ff75
                 include binary data. Primarily, fields are formatted
b12ff75
                 UTF-8 text strings, and binary formatting is used only
b12ff75
                 where formatting as UTF-8 text strings makes little
b12ff75
                 sense. New fields may freely be defined by
b12ff75
                 applications, but a few fields have special
b12ff75
                 meaning. All fields with special meanings are
b12ff75
-                optional. In some cases fields may appear more than
b12ff75
+                optional. In some cases, fields may appear more than
b12ff75
                 once per entry.</para>
b12ff75
         </refsect1>
b12ff75
 
b12ff75
@@ -176,7 +176,7 @@
b12ff75
                                 <term><varname>_UID=</varname></term>
b12ff75
                                 <term><varname>_GID=</varname></term>
b12ff75
                                 <listitem>
b12ff75
-                                        <para>The process, user and
b12ff75
+                                        <para>The process, user, and
b12ff75
                                         group ID of the process the
b12ff75
                                         journal entry originates from
b12ff75
                                         formatted as a decimal
b12ff75
@@ -190,7 +190,7 @@
b12ff75
                                 <term><varname>_CMDLINE=</varname></term>
b12ff75
                                 <listitem>
b12ff75
                                         <para>The name, the executable
b12ff75
-                                        path and the command line of
b12ff75
+                                        path, and the command line of
b12ff75
                                         the process the journal entry
b12ff75
                                         originates from.</para>
b12ff75
                                 </listitem>
b12ff75
@@ -389,12 +389,12 @@
b12ff75
                                         the major and minor of the
b12ff75
                                         device node, separated by <literal>:</literal>
b12ff75
                                         and prefixed by <literal>b</literal>. Similar
b12ff75
-                                        for character devices, but
b12ff75
+                                        for character devices but
b12ff75
                                         prefixed by <literal>c</literal>. For network
b12ff75
-                                        devices the interface index,
b12ff75
+                                        devices, this is the interface index
b12ff75
                                         prefixed by <literal>n</literal>. For all other
b12ff75
-                                        devices <literal>+</literal> followed by the
b12ff75
-                                        subsystem name, followed by
b12ff75
+                                        devices, this is the subsystem name
b12ff75
+                                        prefixed by <literal>+</literal>, followed by
b12ff75
                                         <literal>:</literal>, followed by the kernel
b12ff75
                                         device name.</para>
b12ff75
                                 </listitem>