[systemd-commits] man/sd_event_add_child.xml man/sd_event_add_signal.xml man/systemctl.xml
Martin Pitt
martin at kemper.freedesktop.org
Tue Dec 30 13:04:34 PST 2014
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(-)
New commits:
commit 922d948b9f9dc4b90ac70d729d87fe505a58481f
Author: Susant Sahani <susant at redhat.com>
Date: Tue Dec 30 22:11:38 2014 +0530
man: Fix spelling
diff --git a/man/sd_event_add_child.xml b/man/sd_event_add_child.xml
index 9d943f8..7a84fce 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 f39751d..0299aa5 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 d1991e0..3ac6f62 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>),
More information about the systemd-commits
mailing list