From 922d948b9f9dc4b90ac70d729d87fe505a58481f Mon Sep 17 00:00:00 2001 From: Susant Sahani Date: Tue, 30 Dec 2014 22:11:38 +0530 Subject: man: Fix spelling --- man/sd_event_add_child.xml | 2 +- man/sd_event_add_signal.xml | 2 +- man/systemctl.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/man/sd_event_add_child.xml b/man/sd_event_add_child.xml index 9d943f8676..7a84fcea7e 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 f39751d681..0299aa5a53 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 d1991e0f97..3ac6f628e2 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), -- cgit v1.2.3-54-g00ecf