]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
man: use the correct 'Markers' property name for marking units
authorFrantisek Sumsal <frantisek@sumsal.cz>
Wed, 2 Nov 2022 10:48:23 +0000 (11:48 +0100)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Wed, 2 Nov 2022 13:36:51 +0000 (14:36 +0100)
Follow-up to c9615f7352 and 70666e28a1.

man/org.freedesktop.systemd1.xml
man/systemctl.xml

index cbd552bd99ddc6474ff3e2a32e185cb6498973fb..5e08b3523411d1681c629ed3b75a830bd698d0d1 100644 (file)
@@ -1250,7 +1250,7 @@ node /org/freedesktop/systemd1 {
       "ReloadOrRestart" flavors attempt a reload if the unit supports it and use a restart otherwise.</para>
 
       <para><function>EnqueueMarkedJobs()</function> creates reload/restart jobs for units which have been
-      appropriately marked, see <varname>Marks</varname> property above. This is equivalent to calling
+      appropriately marked, see <varname>Markers</varname> property above. This is equivalent to calling
       <function>TryRestartUnit()</function> or <function>ReloadOrTryRestartUnit()</function> for the marked
       units.</para>
 
index 4d4f6c3992e5bd980cd22a3f496abe002cf6d50c..997925892d5ca4610e90ac96284834c5ea7c4e63 100644 (file)
@@ -2386,7 +2386,7 @@ Jan 12 10:46:45 example.com bluetoothd[8900]: gatt-time-server: Input/output err
         <listitem><para>Only allowed with <command>reload-or-restart</command>. Enqueues restart jobs for all
         units that have the <literal>needs-restart</literal> mark, and reload jobs for units that have the
         <literal>needs-reload</literal> mark. When a unit marked for reload does not support reload, restart
-        will be queued. Those properties can be set using <command>set-property Marks</command>.</para>
+        will be queued. Those properties can be set using <command>set-property Markers=…</command>.</para>
 
         <para>Unless <option>--no-block</option> is used, <command>systemctl</command> will wait for the
         queued jobs to finish.</para></listitem>