]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
man: fix note for `systemctl enable --global` (#6592)
authorAlan Jenkins <alan.christopher.jenkins@gmail.com>
Wed, 30 Aug 2017 16:47:40 +0000 (17:47 +0100)
committerLennart Poettering <lennart@poettering.net>
Wed, 30 Aug 2017 16:47:40 +0000 (18:47 +0200)
The last sentence in the paragraph described the behaviour of `--global`.  But "the last case" we listed was "only this boot", which does not match...  This was the fifth case described, but there are only _four_ different option names.  Fix it.

man/systemctl.xml

index 46fc83552757b430fe04f6c63feac2eaddca38e0..83cc4eb560730b852d9e69e0480b42bf0e5b62d0 100644 (file)
@@ -1128,8 +1128,8 @@ Jan 12 10:46:45 example.com bluetoothd[8900]: gatt-time-server: Input/output err
 
             <para>Depending on whether <option>--system</option>, <option>--user</option>, <option>--runtime</option>,
             or <option>--global</option> is specified, this enables the unit for the system, for the calling user only,
-            for only this boot of the system, or for all future logins of all users, or only this boot.  Note that in
-            the last case, no systemd daemon configuration is reloaded.</para>
+            for only this boot of the system, or for all future logins of all users.  Note that in the last case, no
+            systemd daemon configuration is reloaded.</para>
 
             <para>Using <command>enable</command> on masked units is not supported and results in an error.</para>
           </listitem>