summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcheese1 <cheese@nosuchhost.net>2019-12-11 10:33:13 +0100
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2019-12-15 11:43:17 +0100
commitbf4b7d07baa7e917aa4b3addc10e8c55b65771ee (patch)
tree9f873b09f42d9c772ab6625c214a705140fbb861
parent1ba2e7a73000fedbf4b9a9af3a3e893f5f26eb9d (diff)
downloadsystemd-bf4b7d07baa7e917aa4b3addc10e8c55b65771ee.tar.gz
man: fix typos (#14304)
(cherry picked from commit f32d15b0e4f5a0d2c31b22cb66f690a158ae9dfd)
-rw-r--r--man/portablectl.xml2
-rw-r--r--man/sysctl.d.xml2
-rw-r--r--man/systemd.service.xml2
3 files changed, 3 insertions, 3 deletions
diff --git a/man/portablectl.xml b/man/portablectl.xml
index 1db7771d14..88cf36ae25 100644
--- a/man/portablectl.xml
+++ b/man/portablectl.xml
@@ -199,7 +199,7 @@
</row>
<row>
<entry><option>enabled-runtime</option></entry>
- <entry>Like <option>enabled</option>, but the the unit files have been made available transiently only, i.e. the <command>attach</command> command has been invoked with the <option>--runtime</option> option.</entry>
+ <entry>Like <option>enabled</option>, but the unit files have been made available transiently only, i.e. the <command>attach</command> command has been invoked with the <option>--runtime</option> option.</entry>
</row>
<row>
<entry><option>running</option></entry>
diff --git a/man/sysctl.d.xml b/man/sysctl.d.xml
index 4932948178..32084ee8d6 100644
--- a/man/sysctl.d.xml
+++ b/man/sysctl.d.xml
@@ -60,7 +60,7 @@
</para>
<para>Any access permission errors and attempts to write variables not defined on the local system are
- logged, but do not cause the the service to fail. Moreover, if a variable assignment is prefixed with a
+ logged, but do not cause the service to fail. Moreover, if a variable assignment is prefixed with a
single <literal>-</literal> character, failure to set the variable will be logged, but will not cause the
service to fail. All other errors when setting variables cause the service to return failure at the end
(other variables are still processed).</para>
diff --git a/man/systemd.service.xml b/man/systemd.service.xml
index db28e3e272..e178724c55 100644
--- a/man/systemd.service.xml
+++ b/man/systemd.service.xml
@@ -859,7 +859,7 @@
effect.</para>
<example>
- <title>A service with with the the <varname>SuccessExitStatus=</varname> setting</title>
+ <title>A service with with the <varname>SuccessExitStatus=</varname> setting</title>
<programlisting>SuccessExitStatus=TEMPFAIL 250 SIGUSR1</programlisting>