]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
man/systemctl: deprecate --marked 40810/head
authorMike Yuan <me@yhndnzj.com>
Tue, 24 Feb 2026 14:43:21 +0000 (15:43 +0100)
committerMike Yuan <me@yhndnzj.com>
Tue, 24 Feb 2026 15:00:05 +0000 (16:00 +0100)
man/systemctl.xml

index e771275ac0f8b941ffd15aec9eb29f3f5aac8253..c514c849265bd944f3848bfcb91e3cd62c85ffcf 100644 (file)
@@ -520,8 +520,8 @@ Jan 12 10:46:45 example.com bluetoothd[8900]: gatt-time-server: Input/output err
             <para>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.</para>
 
-            <para>This has a slightly differing functionality when used in combination with <option>--marked</option>,
-            see below.</para>
+            <para>When used in combination with <option>--marked</option>, it is a deprecated alias of
+            <command>enqueue-marked-jobs</command>.</para>
           </listitem>
         </varlistentry>
         <varlistentry>
@@ -2866,20 +2866,6 @@ Jan 12 10:46:45 example.com bluetoothd[8900]: gatt-time-server: Input/output err
         <xi:include href="version-info.xml" xpointer="v248"/></listitem>
       </varlistentry>
 
-      <varlistentry>
-        <term><option>--marked</option></term>
-
-        <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 Markers=…</command>.</para>
-
-        <para>Unless <option>--no-block</option> is used, <command>systemctl</command> will wait for the
-        queued jobs to finish.</para>
-
-        <xi:include href="version-info.xml" xpointer="v248"/></listitem>
-      </varlistentry>
-
       <varlistentry>
         <term><option>--read-only</option></term>