From: Frantisek Sumsal Date: Wed, 2 Nov 2022 10:48:23 +0000 (+0100) Subject: man: use the correct 'Markers' property name for marking units X-Git-Tag: v253-rc1~608 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1ca1bb03dec9ae3e8d734bd40eeb60210ffd7a0a;p=thirdparty%2Fsystemd.git man: use the correct 'Markers' property name for marking units Follow-up to c9615f7352 and 70666e28a1. --- diff --git a/man/org.freedesktop.systemd1.xml b/man/org.freedesktop.systemd1.xml index cbd552bd99d..5e08b352341 100644 --- a/man/org.freedesktop.systemd1.xml +++ b/man/org.freedesktop.systemd1.xml @@ -1250,7 +1250,7 @@ node /org/freedesktop/systemd1 { "ReloadOrRestart" flavors attempt a reload if the unit supports it and use a restart otherwise. EnqueueMarkedJobs() creates reload/restart jobs for units which have been - appropriately marked, see Marks property above. This is equivalent to calling + appropriately marked, see Markers property above. This is equivalent to calling TryRestartUnit() or ReloadOrTryRestartUnit() for the marked units. diff --git a/man/systemctl.xml b/man/systemctl.xml index 4d4f6c3992e..997925892d5 100644 --- a/man/systemctl.xml +++ b/man/systemctl.xml @@ -2386,7 +2386,7 @@ Jan 12 10:46:45 example.com bluetoothd[8900]: gatt-time-server: Input/output err Only allowed with reload-or-restart. Enqueues restart jobs for all units that have the needs-restart mark, and reload jobs for units that have the needs-reload mark. When a unit marked for reload does not support reload, restart - will be queued. Those properties can be set using set-property Marks. + will be queued. Those properties can be set using set-property Markers=…. Unless is used, systemctl will wait for the queued jobs to finish.