diff options
author | Veres Lajos <vlajos@gmail.com> | 2014-12-29 09:45:58 +0000 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2014-12-30 20:07:04 -0500 |
commit | f131770b1465fbf423881f16ba85523a05f846fe (patch) | |
tree | 2f8de3a22c12677ae0198cb0180b9e7bb5c640b5 /man | |
parent | fd51179d5c6c693a0841db5af0404a45fd9e9845 (diff) |
tree-wide: spelling fixes
https://github.com/vlajos/misspell_fixer
https://github.com/torstehu/systemd/commit/b6fdeb618cf2f3ce1645b3315f15f482710c7ffa
Thanks to Torstein Husebo <torstein@huseboe.net>.
Diffstat (limited to 'man')
-rw-r--r-- | man/sd_bus_negotiate_fds.xml | 2 | ||||
-rw-r--r-- | man/sd_event_add_child.xml | 2 | ||||
-rw-r--r-- | man/systemd-machine-id-commit.service.xml | 2 | ||||
-rw-r--r-- | man/systemd-nspawn.xml | 2 | ||||
-rw-r--r-- | man/systemd.link.xml | 2 | ||||
-rw-r--r-- | man/udev.xml | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/man/sd_bus_negotiate_fds.xml b/man/sd_bus_negotiate_fds.xml index 4fbffdf38..4babae5e2 100644 --- a/man/sd_bus_negotiate_fds.xml +++ b/man/sd_bus_negotiate_fds.xml @@ -115,7 +115,7 @@ along with systemd; If not, see <http://www.gnu.org/licenses/>. <para><function>sd_bus_negotiate_creds()</function> controls whether implicit sender credentials shall be attached automatically to all incoming messages. Takes a bus object, a - boolean indicating wether to enable or disable the credential + boolean indicating whether to enable or disable the credential parts encoded in the bit mask value argument. Note that not all transports support attaching sender credentials to messages, or do not support all types of sender credential parameters, or might diff --git a/man/sd_event_add_child.xml b/man/sd_event_add_child.xml index 7a84fcea7..ee524e171 100644 --- a/man/sd_event_add_child.xml +++ b/man/sd_event_add_child.xml @@ -147,7 +147,7 @@ along with systemd; If not, see <http://www.gnu.org/licenses/>. <listitem><para>An invalid argument has been passed. This includes specyfing an empty mask in <parameter>options</parameter> or a mask - which constains values different than a combination of + which contains values different than a combination of <constant>WEXITED</constant>, <constant>WSTOPPED</constant>, and <constant>WCONTINUED</constant>. </para></listitem> diff --git a/man/systemd-machine-id-commit.service.xml b/man/systemd-machine-id-commit.service.xml index 6da19b9f1..c6a0e8456 100644 --- a/man/systemd-machine-id-commit.service.xml +++ b/man/systemd-machine-id-commit.service.xml @@ -54,7 +54,7 @@ <title>Description</title> <para><filename>systemd-machine-id-commit.service</filename> is - a service responsible for commiting any transient + a service responsible for committing any transient <filename>/etc/machine-id</filename> file to a writable file system. See <citerefentry><refentrytitle>machine-id</refentrytitle><manvolnum>5</manvolnum></citerefentry> diff --git a/man/systemd-nspawn.xml b/man/systemd-nspawn.xml index fdb0c298b..fa0680ffc 100644 --- a/man/systemd-nspawn.xml +++ b/man/systemd-nspawn.xml @@ -535,7 +535,7 @@ at the same location. <literal>try-host</literal> and <literal>try-guest</literal> do the same but do not fail if the host does not have - persistant journalling enabled. + persistent journalling enabled. If <literal>auto</literal> (the default), and the right subdirectory of <filename>/var/log/journal</filename> diff --git a/man/systemd.link.xml b/man/systemd.link.xml index 0eb395089..33822e75e 100644 --- a/man/systemd.link.xml +++ b/man/systemd.link.xml @@ -99,7 +99,7 @@ property "INTERFACE". May contain shell style globs. This can not be used to match on names that have already been changed from userspace. - Caution is adviced when matching on + Caution is advised when matching on kernel-assigned names, as they are known to be unstable between reboots.</para> </listitem> diff --git a/man/udev.xml b/man/udev.xml index 34b2e12f7..1c7da0798 100644 --- a/man/udev.xml +++ b/man/udev.xml @@ -262,7 +262,7 @@ <para>Execute a program to determine whether there is a match; the key is true if the program returns successfully. The device properties are made available to the - executed program in the environment. The program's standard ouput + executed program in the environment. The program's standard output is available in the <varname>RESULT</varname> key.</para> <para>This can only be used for very short-running foreground tasks. For details, see <varname>RUN</varname>.</para> |