]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
treewide: fix typos (#3092)
authorTorstein Husebø <torstein@huseboe.net>
Fri, 22 Apr 2016 12:18:05 +0000 (14:18 +0200)
committerLennart Poettering <lennart@poettering.net>
Fri, 22 Apr 2016 12:18:05 +0000 (14:18 +0200)
man/logind.conf.xml
man/systemd.network.xml
src/shared/install.c

index 3217ece21af33b2016cdc42b80d0c53938e63ec1..6ba35414befa8f2a8ac2b6fab5dccd2a0988deb6 100644 (file)
         <listitem><para>Takes a boolean argument. Configures whether the processes of a
         user should be killed when the user logs out. If true, the scope unit
         corresponding to the session and all processes inside that scope will be
-        terminated. If false, the scope is "abandonded", see
+        terminated. If false, the scope is "abandoned", see
         <citerefentry><refentrytitle>systemd.scope</refentrytitle><manvolnum>5</manvolnum></citerefentry>,
         and processes are not killed. Defaults to <literal>yes</literal>,
         but see the options <varname>KillOnlyUsers=</varname> and
index 8ae384185d3f5f549377fa5f31fe29d96d1133e4..9bf1b198ad7db18e5fb11b8a5283e0f0b8672065 100644 (file)
         <para>Note that an interface without any static IPv6 addresses configured, and neither
         DHCPv6 nor IPv6LL enabled, shall be considered to have no IPv6 support. IPv6 will be
         automatically disabled for that interface by writing "1" to
-        <filename>/proc/sys/net/ipv6/conf/<replaceable>ifname</replaceable>/disable_ipv6.</filename>
+        <filename>/proc/sys/net/ipv6/conf/<replaceable>ifname</replaceable>/disable_ipv6</filename>.
         </para>
       </listitem>
       </varlistentry>
index e97721b79ecf0ff618fe8812bd3a8b48213826b4..b74ff6de224674d22afd4bf02d184c0a249dff02 100644 (file)
@@ -1861,7 +1861,7 @@ int unit_file_revert(
          * c) if there's a vendor unit file (i.e. one in /usr) we remove any configured overriding unit files (i.e. in
          *    "config", but not in "transient" or "control" or even "generated").
          *
-         * We remove all that in both the runtime and the persistant directories, if that applies.
+         * We remove all that in both the runtime and the persistent directories, if that applies.
          */
 
         r = lookup_paths_init(&paths, scope, 0, root_dir);