summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorRuben Kerkhof <ruben@rubenkerkhof.com>2014-08-30 17:13:16 +0200
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2014-08-30 13:46:07 -0400
commit06b643e7f5a3b79005dd57497897ab7255fe3659 (patch)
tree59905256b5b2b103caca2ef8bfc0e4d6df9aaf7c /man
parentb12942e67ecbea0b852d4ab8df1d34b04e9853f8 (diff)
Fix a few more typos
Diffstat (limited to 'man')
-rw-r--r--man/file-hierarchy.xml2
-rw-r--r--man/kernel-command-line.xml2
-rw-r--r--man/sd_bus_creds_get_pid.xml2
-rw-r--r--man/sd_bus_creds_new_from_pid.xml4
-rw-r--r--man/sd_bus_error.xml2
-rw-r--r--man/sd_bus_message_append_basic.xml4
-rw-r--r--man/systemd-hibernate-resume-generator.xml2
-rw-r--r--man/systemd-nspawn.xml2
-rw-r--r--man/systemd.exec.xml2
-rw-r--r--man/systemd.socket.xml2
10 files changed, 12 insertions, 12 deletions
diff --git a/man/file-hierarchy.xml b/man/file-hierarchy.xml
index 523846b646..9d96cff007 100644
--- a/man/file-hierarchy.xml
+++ b/man/file-hierarchy.xml
@@ -914,7 +914,7 @@
</row>
<row>
<entry><filename>~/.local/lib/<replaceable>package</replaceable></filename></entry>
- <entry>Private, static vendor resources of the package, compatible wih any architecture, or any other kind of read-only vendor data.</entry>
+ <entry>Private, static vendor resources of the package, compatible with any architecture, or any other kind of read-only vendor data.</entry>
</row>
<row>
<entry><filename>~/.local/lib/<replaceable>arch-id</replaceable>/<replaceable>package</replaceable></filename></entry>
diff --git a/man/kernel-command-line.xml b/man/kernel-command-line.xml
index d872e6d5b9..3263b77cea 100644
--- a/man/kernel-command-line.xml
+++ b/man/kernel-command-line.xml
@@ -358,7 +358,7 @@
<para>Enables resume from hibernation
using the specified device.
All <citerefentry><refentrytitle>fstab</refentrytitle><manvolnum>5</manvolnum></citerefentry>-like
- pathes are supported. For details, see
+ paths are supported. For details, see
<citerefentry><refentrytitle>systemd-hibernate-resume-generator</refentrytitle><manvolnum>8</manvolnum></citerefentry>.</para>
</listitem>
</varlistentry>
diff --git a/man/sd_bus_creds_get_pid.xml b/man/sd_bus_creds_get_pid.xml
index 5a848576f3..40ed81ecb0 100644
--- a/man/sd_bus_creds_get_pid.xml
+++ b/man/sd_bus_creds_get_pid.xml
@@ -405,7 +405,7 @@ along with systemd; If not, see <http://www.gnu.org/licenses/>.
<varlistentry>
<term><varname>-ENXIO</varname></term>
- <listitem><para>An error occured in parsing cgroup paths.
+ <listitem><para>An error occurred in parsing cgroup paths.
<filename>libsystemd</filename> might be out of sync with
the running systemd version.</para></listitem>
</varlistentry>
diff --git a/man/sd_bus_creds_new_from_pid.xml b/man/sd_bus_creds_new_from_pid.xml
index 406769b21d..bc94c44095 100644
--- a/man/sd_bus_creds_new_from_pid.xml
+++ b/man/sd_bus_creds_new_from_pid.xml
@@ -149,7 +149,7 @@ along with systemd; If not, see <http://www.gnu.org/licenses/>.
and other functions which correspond directly to the constants
listed above.</para>
- <para>A mask of fields which were actually sucessfully set
+ <para>A mask of fields which were actually successfully set
(acquired from <filename>/proc</filename>, etc.) can be retrieved
with <function>sd_bus_creds_get_mask()</function>. If the
credentials object was created with
@@ -162,7 +162,7 @@ along with systemd; If not, see <http://www.gnu.org/licenses/>.
object will not be destroyed until
<function>sd_bus_creds_unref</function> has been called as many
times plus once more. Once the reference count has dropped to zero,
- <parameter>c</parameter> cannot be used anymore, so futher
+ <parameter>c</parameter> cannot be used anymore, so further
calls to <function>sd_bus_creds_ref(c)</function> or
<function>sd_bus_creds_unref(c)</function> are illegal.</para>
diff --git a/man/sd_bus_error.xml b/man/sd_bus_error.xml
index 3317eadc37..7f4160753e 100644
--- a/man/sd_bus_error.xml
+++ b/man/sd_bus_error.xml
@@ -252,7 +252,7 @@ along with systemd; If not, see <http://www.gnu.org/licenses/>.
D-Bus error names are available as constants
<constant>SD_BUS_ERROR_FAILED</constant>, etc., listed above. If
<parameter>name</parameter> is <constant>NULL</constant>, it is
- assumed that no error occured, and 0 is returned. This means that
+ assumed that no error occurred, and 0 is returned. This means that
this function may be conveniently used in a
<function>return</function> statement.</para>
diff --git a/man/sd_bus_message_append_basic.xml b/man/sd_bus_message_append_basic.xml
index da92020053..7c5f1e9ddc 100644
--- a/man/sd_bus_message_append_basic.xml
+++ b/man/sd_bus_message_append_basic.xml
@@ -95,7 +95,7 @@ along with systemd; If not, see <http://www.gnu.org/licenses/>.
<row>
<entry><literal>y</literal></entry>
<entry><constant>SD_BUS_TYPE_BYTE</constant></entry>
- <entry>unsigned interger</entry>
+ <entry>unsigned integer</entry>
<entry>1 byte</entry>
</row>
@@ -200,7 +200,7 @@ along with systemd; If not, see <http://www.gnu.org/licenses/>.
valid Unicode string encoded as UTF-8. In case of the two latter
types, the additional requirements for a D-Bus object path or
type signature should be satisfied. Those requirements should be
- verified by the recepient of the message.
+ verified by the recipient of the message.
</para>
</refsect1>
diff --git a/man/systemd-hibernate-resume-generator.xml b/man/systemd-hibernate-resume-generator.xml
index 1a4b99ced4..e010c23df4 100644
--- a/man/systemd-hibernate-resume-generator.xml
+++ b/man/systemd-hibernate-resume-generator.xml
@@ -71,7 +71,7 @@
<term><varname>resume=</varname></term>
<listitem><para>Takes a path to the resume
- device. Both persistent block device pathes like
+ device. Both persistent block device paths like
<filename>/dev/disk/by-foo/bar</filename> and
<citerefentry><refentrytitle>fstab</refentrytitle><manvolnum>5</manvolnum></citerefentry>-style
specifiers like <literal>FOO=bar</literal>
diff --git a/man/systemd-nspawn.xml b/man/systemd-nspawn.xml
index aea50559f0..820a79bc28 100644
--- a/man/systemd-nspawn.xml
+++ b/man/systemd-nspawn.xml
@@ -668,7 +668,7 @@
as <literal>tmpfs</literal> instance
into it (the system thus starts up
with read-only OS resources and
- configuration, but prestine state, any
+ configuration, but pristine state, any
changes to the latter are lost on
shutdown). When the mode parameter is
specified as <literal>no</literal>
diff --git a/man/systemd.exec.xml b/man/systemd.exec.xml
index af103ff14c..707d582b4f 100644
--- a/man/systemd.exec.xml
+++ b/man/systemd.exec.xml
@@ -1059,7 +1059,7 @@
namespace. Note that
<option>slave</option> means that file
systems mounted on the host might stay
- mounted continously in the unit's
+ mounted continuously in the unit's
namespace, and thus keep the device
busy. Note that the file system
namespace related options
diff --git a/man/systemd.socket.xml b/man/systemd.socket.xml
index 238029a251..8394fa81aa 100644
--- a/man/systemd.socket.xml
+++ b/man/systemd.socket.xml
@@ -513,7 +513,7 @@
<varlistentry>
<term><varname>KeepAliveProbes=</varname></term>
- <listitem><para>Takes interger as argument. It's the number of unacknowledged probes to
+ <listitem><para>Takes integer as argument. It's the number of unacknowledged probes to
send before considering the connection dead and notifying the application layer.
This controls the TCP_KEEPCNT socket option (see
<citerefentry><refentrytitle>socket</refentrytitle><manvolnum>7</manvolnum></citerefentry>