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