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