[systemd-commits] man/systemctl.xml
David Strauss
straussd at kemper.freedesktop.org
Mon Jun 9 15:33:07 PDT 2014
man/systemctl.xml | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
New commits:
commit 9a92e77e4325b995288ef7cac144ecbf969886df
Author: David Strauss <david at davidstrauss.net>
Date: Mon Jun 9 15:32:03 2014 -0700
man: clarify the effect of replace-irreversibly on future conflicting jobs
diff --git a/man/systemctl.xml b/man/systemctl.xml
index b287d7a..e971b34 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
More information about the systemd-commits
mailing list