summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcheese1 <cheese@nosuchhost.net>2019-12-11 10:33:13 +0100
committerYu Watanabe <watanabe.yu+github@gmail.com>2019-12-11 18:33:13 +0900
commitf32d15b0e4f5a0d2c31b22cb66f690a158ae9dfd (patch)
tree785b478fbb503116082cb9ac24292353953c0115
parentd8e897d3457e65a7011bb114064cf157fee820cd (diff)
downloadsystemd-f32d15b0e4f5a0d2c31b22cb66f690a158ae9dfd.tar.gz
man: fix typos (#14304)
-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>