From: Alan Jenkins Date: Wed, 30 Aug 2017 16:47:40 +0000 (+0100) Subject: man: fix note for `systemctl enable --global` (#6592) X-Git-Tag: v235~201 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1d82e6b3edf42171cbcb049c637860d936c81a01;p=thirdparty%2Fsystemd.git 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. --- diff --git a/man/systemctl.xml b/man/systemctl.xml index 46fc8355275..83cc4eb5607 100644 --- a/man/systemctl.xml +++ b/man/systemctl.xml @@ -1128,8 +1128,8 @@ Jan 12 10:46:45 example.com bluetoothd[8900]: gatt-time-server: Input/output err Depending on whether , , , or 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. + 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. Using enable on masked units is not supported and results in an error.