summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorSusant Sahani <susant@redhat.com>2014-12-30 22:11:38 +0530
committerMartin Pitt <martin.pitt@ubuntu.com>2014-12-30 22:04:24 +0100
commit922d948b9f9dc4b90ac70d729d87fe505a58481f (patch)
treeba41951c3e88a8c9ab1f09e87fa12be2dfd40c84 /man
parentd95eb43e90f19ff0c9aaff1c5fb1a7ed9fbd89a5 (diff)
man: Fix spelling
Diffstat (limited to 'man')
-rw-r--r--man/sd_event_add_child.xml2
-rw-r--r--man/sd_event_add_signal.xml2
-rw-r--r--man/systemctl.xml2
3 files changed, 3 insertions, 3 deletions
diff --git a/man/sd_event_add_child.xml b/man/sd_event_add_child.xml
index 9d943f867..7a84fcea7 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 f39751d68..0299aa5a5 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 d1991e0f9..3ac6f628e 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>),