diff options
Diffstat (limited to 'man')
-rw-r--r-- | man/systemctl.xml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/man/systemctl.xml b/man/systemctl.xml index b287d7ac84..e971b3422a 100644 --- a/man/systemctl.xml +++ b/man/systemctl.xml @@ -230,8 +230,10 @@ along with systemd; If not, see <http://www.gnu.org/licenses/>. <para>If <literal>replace-irreversibly</literal> is specified, operate like <literal>replace</literal>, but also mark the new jobs as irreversible. This prevents future conflicting - transactions from replacing these jobs. The jobs can still be - cancelled using the <command>cancel</command> command.</para> + transactions from replacing these jobs (or even being enqueued + while the irreversible jobs are still pending). Irreversible + jobs can still be cancelled using the <command>cancel</command> + command.</para> <para><literal>isolate</literal> is only valid for start operations and causes all other units to be stopped when the |