diff options
author | Susant Sahani <susant@redhat.com> | 2014-12-30 22:11:38 +0530 |
---|---|---|
committer | Martin Pitt <martin.pitt@ubuntu.com> | 2014-12-30 22:04:24 +0100 |
commit | 922d948b9f9dc4b90ac70d729d87fe505a58481f (patch) | |
tree | ba41951c3e88a8c9ab1f09e87fa12be2dfd40c84 /man | |
parent | d95eb43e90f19ff0c9aaff1c5fb1a7ed9fbd89a5 (diff) |
man: Fix spelling
Diffstat (limited to 'man')
-rw-r--r-- | man/sd_event_add_child.xml | 2 | ||||
-rw-r--r-- | man/sd_event_add_signal.xml | 2 | ||||
-rw-r--r-- | 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 <http://www.gnu.org/licenses/>. being stopped by a signal), and <constant>WCONTINUED</constant> (watch for the child being resumed by a signal). See <citerefentry><refentrytitle>waitid</refentrytitle><manvolnum>2</manvolnum></citerefentry> - for futher information.</para> + for further information.</para> <para>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 <http://www.gnu.org/licenses/>. <structname>const struct signalfd_siginfo</structname> containing the information about the received signal. See <citerefentry><refentrytitle>signalfd</refentrytitle><manvolnum>2</manvolnum></citerefentry> - for futher information.</para> + for further information.</para> <para>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 <http://www.gnu.org/licenses/>. <para>Note that any <varname>After=</varname> dependency is automatically mirrored to create a <varname>Before=</varname> 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 <varname>WantedBy=</varname> targets (see <citerefentry><refentrytitle>systemd.target</refentrytitle><manvolnum>5</manvolnum></citerefentry>), |