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