2aacef
From ada95dd4f4c0014815a2c3162de6297107569b05 Mon Sep 17 00:00:00 2001
2aacef
From: Frantisek Sumsal <frantisek@sumsal.cz>
2aacef
Date: Wed, 2 Nov 2022 11:48:23 +0100
2aacef
Subject: [PATCH] man: use the correct 'Markers' property name for marking
2aacef
 units
2aacef
2aacef
Follow-up to c9615f7352 and 70666e28a1.
2aacef
2aacef
(cherry picked from commit 1ca1bb03dec9ae3e8d734bd40eeb60210ffd7a0a)
2aacef
2aacef
Related #2138081
2aacef
---
2aacef
 man/org.freedesktop.systemd1.xml | 2 +-
2aacef
 man/systemctl.xml                | 2 +-
2aacef
 2 files changed, 2 insertions(+), 2 deletions(-)
2aacef
2aacef
diff --git a/man/org.freedesktop.systemd1.xml b/man/org.freedesktop.systemd1.xml
2aacef
index cbd552bd99..5e08b35234 100644
2aacef
--- a/man/org.freedesktop.systemd1.xml
2aacef
+++ b/man/org.freedesktop.systemd1.xml
2aacef
@@ -1250,7 +1250,7 @@ node /org/freedesktop/systemd1 {
2aacef
       "ReloadOrRestart" flavors attempt a reload if the unit supports it and use a restart otherwise.</para>
2aacef
 
2aacef
       <para><function>EnqueueMarkedJobs()</function> creates reload/restart jobs for units which have been
2aacef
-      appropriately marked, see <varname>Marks</varname> property above. This is equivalent to calling
2aacef
+      appropriately marked, see <varname>Markers</varname> property above. This is equivalent to calling
2aacef
       <function>TryRestartUnit()</function> or <function>ReloadOrTryRestartUnit()</function> for the marked
2aacef
       units.</para>
2aacef
 
2aacef
diff --git a/man/systemctl.xml b/man/systemctl.xml
2aacef
index 4d4f6c3992..997925892d 100644
2aacef
--- a/man/systemctl.xml
2aacef
+++ b/man/systemctl.xml
2aacef
@@ -2386,7 +2386,7 @@ Jan 12 10:46:45 example.com bluetoothd[8900]: gatt-time-server: Input/output err
2aacef
         <listitem><para>Only allowed with <command>reload-or-restart</command>. Enqueues restart jobs for all
2aacef
         units that have the <literal>needs-restart</literal> mark, and reload jobs for units that have the
2aacef
         <literal>needs-reload</literal> mark. When a unit marked for reload does not support reload, restart
2aacef
-        will be queued. Those properties can be set using <command>set-property Marks</command>.</para>
2aacef
+        will be queued. Those properties can be set using <command>set-property Markers=…</command>.</para>
2aacef
 
2aacef
         <para>Unless <option>--no-block</option> is used, <command>systemctl</command> will wait for the
2aacef
         queued jobs to finish.</para></listitem>