summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorStefan Schweter <stefan@schweter.it>2016-10-03 17:09:54 +0200
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2016-10-03 17:09:54 +0200
commitcfaf4b75e0398d33b4c39683d0c9065e135c6ac1 (patch)
tree6e00fb0806297c28972ba1d1c5a9794db0d65925 /man
parent19caffac75a2590a0c5ebc2a0214960f8188aec7 (diff)
man: remove consecutive duplicate words (#4268)
This PR removes consecutive duplicate words from the man pages of: * `resolved.conf.xml` * `systemd.exec.xml` * `systemd.socket.xml`
Diffstat (limited to 'man')
-rw-r--r--man/resolved.conf.xml2
-rw-r--r--man/systemd.exec.xml2
-rw-r--r--man/systemd.socket.xml2
3 files changed, 3 insertions, 3 deletions
diff --git a/man/resolved.conf.xml b/man/resolved.conf.xml
index 7556c6ff31..a7710dcb44 100644
--- a/man/resolved.conf.xml
+++ b/man/resolved.conf.xml
@@ -206,7 +206,7 @@
<term><varname>Cache=</varname></term>
<listitem><para>Takes a boolean argument. If "yes" (the default), resolving a domain name which already got
queried earlier will return the previous result as long as it is still valid, and thus does not result in a new
- network request. Be aware that that turning off caching comes at a performance penalty, which is particularly
+ network request. Be aware that turning off caching comes at a performance penalty, which is particularly
high when DNSSEC is used.</para>
<para>Note that caching is turned off implicitly if the configured DNS server is on a host-local IP address
diff --git a/man/systemd.exec.xml b/man/systemd.exec.xml
index f70e5c36d4..2054267b90 100644
--- a/man/systemd.exec.xml
+++ b/man/systemd.exec.xml
@@ -168,7 +168,7 @@
cannot leave files around after unit termination. Moreover <varname>ProtectSystem=strict</varname> and
<varname>ProtectHome=read-only</varname> are implied, thus prohibiting the service to write to arbitrary file
system locations. In order to allow the service to write to certain directories, they have to be whitelisted
- using <varname>ReadWritePaths=</varname>, but care must be taken so that that UID/GID recycling doesn't
+ using <varname>ReadWritePaths=</varname>, but care must be taken so that UID/GID recycling doesn't
create security issues involving files created by the service. Use <varname>RuntimeDirectory=</varname> (see
below) in order to assign a writable runtime directory to a service, owned by the dynamic user/group and
removed automatically when the unit is terminated. Defaults to off.</para></listitem>
diff --git a/man/systemd.socket.xml b/man/systemd.socket.xml
index 5b6045f69b..d759e17289 100644
--- a/man/systemd.socket.xml
+++ b/man/systemd.socket.xml
@@ -445,7 +445,7 @@
<varlistentry>
<term><varname>MaxConnectionsPerSource=</varname></term>
<listitem><para>The maximum number of connections for a service per source IP address.
- This is is very similar to the <varname>MaxConnections=</varname> directive
+ This is very similar to the <varname>MaxConnections=</varname> directive
above. Disabled by default.</para>
</listitem>
</varlistentry>