]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
man: remove consecutive duplicate words (#4268)
authorStefan Schweter <stefan@schweter.it>
Mon, 3 Oct 2016 15:09:54 +0000 (17:09 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Mon, 3 Oct 2016 15:09:54 +0000 (17:09 +0200)
This PR removes consecutive duplicate words from the man pages of:

* `resolved.conf.xml`
* `systemd.exec.xml`
* `systemd.socket.xml`

man/resolved.conf.xml
man/systemd.exec.xml
man/systemd.socket.xml

index 7556c6ff31569d7768343fec44921f447ddf2b23..a7710dcb440d479d4e81ee53386629b43271c25c 100644 (file)
         <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
index f70e5c36d4a500356ae23b9e5cbdd5bdca1eab69..2054267b9097d2ff75ba58d12fa1d8156e7b507c 100644 (file)
         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>
index 5b6045f69b1c1582c74e65b38fddc3abdfb74797..d759e172898e51f8e09ddee36feae1083012aecb 100644 (file)
       <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>