From aa9ef91ecc1ee6481747c81b3697e98c13ec8c7e Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Wed, 9 Apr 2025 23:03:06 +0200 Subject: [PATCH] man: mention special functionality for reload-or-restart with --marked (#37076) MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 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) --- man/systemctl.xml | 3 +++ 1 file changed, 3 insertions(+) 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. -- 2.47.3