summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorFrantisek Sumsal <frantisek@sumsal.cz>2020-09-14 15:32:37 +0200
committerFrantisek Sumsal <frantisek@sumsal.cz>2020-09-14 15:32:37 +0200
commit69e3234db715d71ff98cf925ae4726fbeeac26fc (patch)
treed7a9f3066881d928a7f00dbef8b76ba6c640fa6c /man
parent415f8a5bfed4604e4a1bc275682d51af3ad3b611 (diff)
downloadsystemd-69e3234db715d71ff98cf925ae4726fbeeac26fc.tar.gz
tree-wide: fix typos found by codespell
Reported by Fossies.org
Diffstat (limited to 'man')
-rw-r--r--man/networkctl.xml2
-rw-r--r--man/systemd-repart.xml2
-rw-r--r--man/systemd.socket.xml4
-rw-r--r--man/tc.xml2
4 files changed, 5 insertions, 5 deletions
diff --git a/man/networkctl.xml b/man/networkctl.xml
index 1a4553afd9..9b50912765 100644
--- a/man/networkctl.xml
+++ b/man/networkctl.xml
@@ -301,7 +301,7 @@ s - Service VLAN, m - Two-port MAC Relay (TPMR)
</term>
<listitem><para>Reconfigure network interfaces. Takes interface name or index number. Note that
this does not reload <filename>.netdev</filename> or <filename>.network</filename>
- corresponding to the the specifed interface. So, if you edit config files, it is necessary to
+ corresponding to the the specified interface. So, if you edit config files, it is necessary to
call <command>networkctl reload</command> first to apply new settings.</para></listitem>
</varlistentry>
diff --git a/man/systemd-repart.xml b/man/systemd-repart.xml
index fb0d4c3496..b234cfe949 100644
--- a/man/systemd-repart.xml
+++ b/man/systemd-repart.xml
@@ -213,7 +213,7 @@
specifies the initial size of the loopback file to create.</para>
<para>The <option>--size=auto</option> option takes the sizes of pre-existing partitions into
- account. However, it does not accomodate for partition tables that are not tightly packed: the
+ account. However, it does not accommodate for partition tables that are not tightly packed: the
configured partitions might still not fit into the backing device if empty space exists between
pre-existing partitions (or before the first partition) that cannot be fully filled by partitions to
grow or create.</para>
diff --git a/man/systemd.socket.xml b/man/systemd.socket.xml
index 3aff453185..733977b88d 100644
--- a/man/systemd.socket.xml
+++ b/man/systemd.socket.xml
@@ -200,13 +200,13 @@
</para>
<para>If the address string is a string in the format
- <literal><replaceable>v.w.x.y</replaceable>:<replaceable>z</replaceable></literal>, it is interpeted
+ <literal><replaceable>v.w.x.y</replaceable>:<replaceable>z</replaceable></literal>, it is interpreted
as IPv4 address <replaceable>v.w.x.y</replaceable> and port <replaceable>z</replaceable>.</para>
<para>If the address string is a string in the format
<literal>[<replaceable>x</replaceable>]:<replaceable>y</replaceable></literal>, it is interpreted as
IPv6 address <replaceable>x</replaceable> and port <replaceable>y</replaceable>. An optional
- interface scope (interface name or number) may be specifed after a <literal>%</literal> symbol:
+ interface scope (interface name or number) may be specified after a <literal>%</literal> symbol:
<literal>[<replaceable>x</replaceable>]:<replaceable>y</replaceable>%<replaceable>dev</replaceable></literal>.
Interface scopes are only useful with link-local addresses, because the kernel ignores them in other
cases. Note that if an address is specified as IPv6, it might still make the service available via
diff --git a/man/tc.xml b/man/tc.xml
index f312ac2692..da24c081ee 100644
--- a/man/tc.xml
+++ b/man/tc.xml
@@ -39,7 +39,7 @@
<varlistentry id='tclass-classid'>
<term><varname>ClassId=</varname></term>
<listitem>
- <para>Configues the unique identifier of the class. It is specified as the major and minor numbers in
+ <para>Configures the unique identifier of the class. It is specified as the major and minor numbers in
hexadecimal in the range 0x1–Oxffff separated with a colon (<literal>major:minor</literal>).
Defaults to unset.</para>
</listitem>