mirror of
https://github.com/systemd/systemd.git
synced 2024-11-27 20:23:36 +08:00
man: fix note for systemctl enable --global
(#6592)
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.
This commit is contained in:
parent
64a36ae4b1
commit
1d82e6b3ed
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user