diff options
author | Torstein Husebø <torstein@huseboe.net> | 2015-01-26 15:29:14 +0100 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2015-01-26 10:39:47 -0500 |
commit | cc98b3025eeb89addb76a27390cb2baca4eab8b9 (patch) | |
tree | ab7a776869de4cf49a5382307e9133fbdb9676d9 /man | |
parent | ebf31a1f58d0b10ca63c928ff31b7745fc724003 (diff) |
treewide: fix multiple typos
Diffstat (limited to 'man')
-rw-r--r-- | man/crypttab.xml | 2 | ||||
-rw-r--r-- | man/networkctl.xml | 2 | ||||
-rw-r--r-- | man/sd_event_add_child.xml | 2 | ||||
-rw-r--r-- | man/sd_notify.xml | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/man/crypttab.xml b/man/crypttab.xml index 737b232335..1a1002ecf4 100644 --- a/man/crypttab.xml +++ b/man/crypttab.xml @@ -337,7 +337,7 @@ systemd should wait for a device to show up before giving up on the entry. The argument is a time in - seconds or explicitly specifified + seconds or explicitly specified units of <literal>s</literal>, <literal>min</literal>, <literal>h</literal>, diff --git a/man/networkctl.xml b/man/networkctl.xml index c3930909b1..204551194d 100644 --- a/man/networkctl.xml +++ b/man/networkctl.xml @@ -45,7 +45,7 @@ along with systemd; If not, see <http://www.gnu.org/licenses/>. <refnamediv> <refname>networkctl</refname> - <refpurpose>Query the statuc of network links</refpurpose> + <refpurpose>Query the status of network links</refpurpose> </refnamediv> <refsynopsisdiv> diff --git a/man/sd_event_add_child.xml b/man/sd_event_add_child.xml index ee524e171f..cf8ed0af6c 100644 --- a/man/sd_event_add_child.xml +++ b/man/sd_event_add_child.xml @@ -146,7 +146,7 @@ along with systemd; If not, see <http://www.gnu.org/licenses/>. <term><constant>-EINVAL</constant></term> <listitem><para>An invalid argument has been passed. This includes - specyfing an empty mask in <parameter>options</parameter> or a mask + specifying an empty mask in <parameter>options</parameter> or a mask which contains values different than a combination of <constant>WEXITED</constant>, <constant>WSTOPPED</constant>, and <constant>WCONTINUED</constant>. diff --git a/man/sd_notify.xml b/man/sd_notify.xml index 2bf3383c0d..b7c33da63a 100644 --- a/man/sd_notify.xml +++ b/man/sd_notify.xml @@ -256,7 +256,7 @@ zero). See <citerefentry><refentrytitle>systemd.service</refentrytitle><manvolnum>5</manvolnum></citerefentry> for details. Multiple arrays of file - descriptors may be sent in seperate + descriptors may be sent in separate messages, in which case the arrays are combined. Note that the service manager removes duplicate file |