9fc0f6
From 24f82a86f4d61809f9eb913c1244a4a6df7ba896 Mon Sep 17 00:00:00 2001
9fc0f6
From: Jan Engelhardt <jengelh@inai.de>
9fc0f6
Date: Thu, 26 Dec 2013 02:47:45 +0100
9fc0f6
Subject: [PATCH] man: grammar and wording improvements
9fc0f6
9fc0f6
This is a recurring submission and includes corrections to:
9fc0f6
- missing words, preposition choice.
9fc0f6
- change of /lib to /usr/lib, because that is what most distros are
9fc0f6
  using as the system-wide location for systemd/udev files.
9fc0f6
9fc0f6
Conflicts:
9fc0f6
	man/journalctl.xml
9fc0f6
	man/sd_bus_message_get_cookie.xml
9fc0f6
	man/sd_bus_request_name.xml
9fc0f6
	man/systemctl.xml
9fc0f6
	man/systemd-networkd.service.xml
9fc0f6
	man/systemd.device.xml
9fc0f6
	man/systemd.exec.xml
9fc0f6
	man/systemd.timer.xml
9fc0f6
	man/udev.xml
9fc0f6
---
9fc0f6
 man/daemon.xml          | 2 +-
9fc0f6
 man/sd_is_fifo.xml      | 2 +-
9fc0f6
 man/systemd.service.xml | 2 +-
9fc0f6
 man/systemd.unit.xml    | 2 +-
9fc0f6
 4 files changed, 4 insertions(+), 4 deletions(-)
9fc0f6
9fc0f6
diff --git a/man/daemon.xml b/man/daemon.xml
9fc0f6
index 7790420..1fe4546 100644
9fc0f6
--- a/man/daemon.xml
9fc0f6
+++ b/man/daemon.xml
9fc0f6
@@ -408,7 +408,7 @@
9fc0f6
                         description files.</para>
9fc0f6
 
9fc0f6
                         <para>In systemd, if the developer or
9fc0f6
-                        administrator wants to make sure a service or
9fc0f6
+                        administrator wants to make sure that a service or
9fc0f6
                         other unit is activated automatically on boot,
9fc0f6
                         it is recommended to place a symlink to the
9fc0f6
                         unit file in the <filename>.wants/</filename>
9fc0f6
diff --git a/man/sd_is_fifo.xml b/man/sd_is_fifo.xml
9fc0f6
index 4bb2236..58cd1c9 100644
9fc0f6
--- a/man/sd_is_fifo.xml
9fc0f6
+++ b/man/sd_is_fifo.xml
9fc0f6
@@ -165,7 +165,7 @@
9fc0f6
                 called to check whether the specified file descriptor
9fc0f6
                 refers to a special file. If the
9fc0f6
                 <parameter>path</parameter> parameter is not
9fc0f6
-                <constant>NULL</constant>, it is checked whether file
9fc0f6
+                <constant>NULL</constant>, it is checked whether the file
9fc0f6
                 descriptor is bound to the specified file
9fc0f6
                 name. Special files in this context are character
9fc0f6
                 device nodes and files in <filename>/proc</filename>
9fc0f6
diff --git a/man/systemd.service.xml b/man/systemd.service.xml
9fc0f6
index e869f95..e3a370f 100644
9fc0f6
--- a/man/systemd.service.xml
9fc0f6
+++ b/man/systemd.service.xml
9fc0f6
@@ -427,7 +427,7 @@
9fc0f6
                                 <programlisting>ExecStart=/bin/sh -c 'dmesg | tac'
9fc0f6
                                 </programlisting>
9fc0f6
 
9fc0f6
-                                <para>Only select environment variables
9fc0f6
+                                <para>Only select environment variables that
9fc0f6
                                 are set for executed commands. See
9fc0f6
                                 <citerefentry><refentrytitle>systemd.exec</refentrytitle><manvolnum>5</manvolnum></citerefentry>.
9fc0f6
                                 </para>
9fc0f6
diff --git a/man/systemd.unit.xml b/man/systemd.unit.xml
9fc0f6
index b70c5e9..f6b4b24 100644
9fc0f6
--- a/man/systemd.unit.xml
9fc0f6
+++ b/man/systemd.unit.xml
9fc0f6
@@ -548,7 +548,7 @@
9fc0f6
                                 of units. When systemd stops or restarts
9fc0f6
                                 the units listed here, the action is
9fc0f6
                                 propagated to this unit.
9fc0f6
-                                Note that this is a one way dependency —
9fc0f6
+                                Note that this is a one-way dependency —
9fc0f6
                                 changes to this unit do not affect the
9fc0f6
                                 listed units.
9fc0f6
                                 </para></listitem>