diff --git a/man/systemd.automount.xml b/man/systemd.automount.xml
index 2a310d3ecf7..adba75a71ad 100644
--- a/man/systemd.automount.xml
+++ b/man/systemd.automount.xml
@@ -55,7 +55,7 @@
Description
A unit configuration file whose name ends in
- .automount encodes information
+ .automount encodes information
about a file system automount point controlled and
supervised by systemd.
diff --git a/man/systemd.device.xml b/man/systemd.device.xml
index 1c29aa4e79f..e3cf071bcb9 100644
--- a/man/systemd.device.xml
+++ b/man/systemd.device.xml
@@ -55,7 +55,7 @@
Description
A unit configuration file whose name ends in
- .device encodes information about
+ .device encodes information about
a device unit as exposed in the
sysfs/udev7
device tree.
diff --git a/man/systemd.mount.xml b/man/systemd.mount.xml
index 07f21025b8a..c57f613290d 100644
--- a/man/systemd.mount.xml
+++ b/man/systemd.mount.xml
@@ -55,7 +55,7 @@
Description
A unit configuration file whose name ends in
- .mount encodes information about
+ .mount encodes information about
a file system mount point controlled and supervised by
systemd.
diff --git a/man/systemd.path.xml b/man/systemd.path.xml
index 1975142d2c0..8c782b85311 100644
--- a/man/systemd.path.xml
+++ b/man/systemd.path.xml
@@ -55,7 +55,7 @@
Description
A unit configuration file whose name ends in
- .path encodes information about
+ .path encodes information about
a path monitored by systemd, for
path-based activation.
@@ -185,7 +185,7 @@
when any of the configured paths
changes. The argument is a unit name,
whose suffix is not
- .path. If not
+ .path. If not
specified, this value defaults to a
service that has the same name as the
path unit, except for the suffix. (See
diff --git a/man/systemd.snapshot.xml b/man/systemd.snapshot.xml
index 08d14c4e012..4e8d5a901ff 100644
--- a/man/systemd.snapshot.xml
+++ b/man/systemd.snapshot.xml
@@ -57,7 +57,7 @@
Snapshot units are not configured via unit
configuration files. Nonetheless they are named
similar to filenames. A unit name whose name ends in
- .snapshot refers to a dynamic
+ .snapshot refers to a dynamic
snapshot of the systemd runtime state.
Snapshots are not configured on disk but created
diff --git a/man/systemd.socket.xml b/man/systemd.socket.xml
index 2e1fb7cea16..1b899c46a12 100644
--- a/man/systemd.socket.xml
+++ b/man/systemd.socket.xml
@@ -55,7 +55,7 @@
Description
A unit configuration file whose name ends in
- .socket encodes information about
+ .socket encodes information about
an IPC or network socket or a file system FIFO
controlled and supervised by systemd, for socket-based
activation.
diff --git a/man/systemd.swap.xml b/man/systemd.swap.xml
index 9a3905a927c..d931c46e803 100644
--- a/man/systemd.swap.xml
+++ b/man/systemd.swap.xml
@@ -55,7 +55,7 @@
Description
A unit configuration file whose name ends in
- .swap encodes information about a
+ .swap encodes information about a
swap device or file for memory paging controlled and
supervised by systemd.
diff --git a/man/systemd.target.xml b/man/systemd.target.xml
index fd51cfde3a2..15662a548d8 100644
--- a/man/systemd.target.xml
+++ b/man/systemd.target.xml
@@ -55,7 +55,7 @@
Description
A unit configuration file whose name ends in
- .target encodes information about
+ .target encodes information about
a target unit of systemd, which is used for grouping
units and as well-known synchronization points during
start-up.
diff --git a/man/systemd.timer.xml b/man/systemd.timer.xml
index 1f0aac2eed0..fa67d59a22a 100644
--- a/man/systemd.timer.xml
+++ b/man/systemd.timer.xml
@@ -55,7 +55,7 @@
Description
A unit configuration file whose name ends in
- .timer encodes information about
+ .timer encodes information about
a timer controlled and supervised by systemd, for
timer-based activation.
@@ -187,7 +187,7 @@
The unit to activate
when this timer elapses. The argument is a
unit name, whose suffix is not
- .timer. If not
+ .timer. If not
specified, this value defaults to a
service that has the same name as the
timer unit, except for the
diff --git a/man/systemd.unit.xml b/man/systemd.unit.xml
index 4f0bd64b121..a870f6b17ab 100644
--- a/man/systemd.unit.xml
+++ b/man/systemd.unit.xml
@@ -173,7 +173,7 @@
Along with a unit file
foo.service a directory
foo.service.d/ may exist. All
- files with the suffix .conf from
+ files with the suffix .conf from
this directory will be parsed after the file itself is
parsed. This is useful to alter or add configuration
settings to a unit, without having to modify their