From: Christian Hesse Date: Wed, 9 Apr 2025 21:03:06 +0000 (+0200) Subject: man: mention special functionality for reload-or-restart with --marked (#37076) X-Git-Tag: v256.14~58 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=aa9ef91ecc1ee6481747c81b3697e98c13ec8c7e;p=thirdparty%2Fsystemd.git man: mention special functionality for reload-or-restart with --marked (#37076) We had a downstream discussion on what `systemctl reload-or-restart --marked` does, until upstream chimed in and pointed on very special behavior for that combination. 😜 The second references the first, but not vice versa. Let's fix this. (cherry picked from commit e1a932f3c53c7cc4dded01240d6d9d49d861304b) (cherry picked from commit 5aec47af8894bd6a901c0e5b7e0bc3f375ef2f65) --- diff --git a/man/systemctl.xml b/man/systemctl.xml index 5e0d0796ef5..649c8ea85c9 100644 --- a/man/systemctl.xml +++ b/man/systemctl.xml @@ -505,6 +505,9 @@ Jan 12 10:46:45 example.com bluetoothd[8900]: gatt-time-server: Input/output err Reload one or more units if they support it. If not, stop and then start them instead. If the units are not running yet, they will be started. + + This has a slightly differing functionality when used in combination with , + see below.