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