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: v258-rc1~850 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e1a932f3c53c7cc4dded01240d6d9d49d861304b;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. --- diff --git a/man/systemctl.xml b/man/systemctl.xml index 1f70af60a64..bcbd5bf6929 100644 --- a/man/systemctl.xml +++ b/man/systemctl.xml @@ -506,6 +506,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.