diff --git a/man/sd_event_add_child.xml b/man/sd_event_add_child.xml
index 9d943f8676c..7a84fcea7ed 100644
--- a/man/sd_event_add_child.xml
+++ b/man/sd_event_add_child.xml
@@ -100,7 +100,7 @@ along with systemd; If not, see .
being stopped by a signal), and WCONTINUED
(watch for the child being resumed by a signal). See
waitid2
- for futher information.
+ for further information.
Only a single handler may be installed for a specific
child. The handler is enabled
diff --git a/man/sd_event_add_signal.xml b/man/sd_event_add_signal.xml
index f39751d681c..0299aa5a53c 100644
--- a/man/sd_event_add_signal.xml
+++ b/man/sd_event_add_signal.xml
@@ -95,7 +95,7 @@ along with systemd; If not, see .
const struct signalfd_siginfo containing
the information about the received signal. See
signalfd2
- for futher information.
+ for further information.
Only a single handler may be installed for a specific
signal. The signal will be unblocked, and must be
diff --git a/man/systemctl.xml b/man/systemctl.xml
index d1991e0f97a..3ac6f628e2c 100644
--- a/man/systemctl.xml
+++ b/man/systemctl.xml
@@ -173,7 +173,7 @@ along with systemd; If not, see .
Note that any After= dependency is
automatically mirrored to create a
Before= dependency. Temporal dependencies
- may be specified explictly, but are also created implicitly
+ may be specified explicitly, but are also created implicitly
for units which are WantedBy= targets
(see
systemd.target5),