diff options
author | Matthew Miller <mattdm@mattdm.org> | 2010-08-31 00:17:56 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-08-31 00:17:56 +0200 |
commit | 74ac3cbd509de2f5995542aa5db39328e8cbd22a (patch) | |
tree | 9836d146be88e690d0680c1629b1674736b6258b /man/systemctl.xml | |
parent | c88e7f4e57fcef7998dcd570e8a8866c5116f0de (diff) |
manager: rename 'maintenance' state to 'failed' to avoid user confusion
https://bugzilla.redhat.com/show_bug.cgi?id=614619
Diffstat (limited to 'man/systemctl.xml')
-rw-r--r-- | man/systemctl.xml | 25 |
1 files changed, 13 insertions, 12 deletions
diff --git a/man/systemctl.xml b/man/systemctl.xml index 6af8e61d06..466d990dbd 100644 --- a/man/systemctl.xml +++ b/man/systemctl.xml @@ -399,18 +399,19 @@ </varlistentry> <varlistentry> - <term><command>reset-maintenance [NAME...]</command></term> - - <listitem><para>Reset maintenance - state of the specified units, or if no - unit name is passed of all units. When - a unit fails in some way (i.e. process - exiting with non-zero error code, - terminating abnormally or timing out) - it will automatically enter - maintenance state and its exit codes - and status is recorded for - introspection by the administrator + <term><command>reset-failed [NAME...]</command></term> + + <listitem><para>Reset the + '<literal>failed</literal>' state of the + specified units, or if no unit name is + passed of all units. When a unit fails + in some way (i.e. process exiting with + non-zero error code, terminating + abnormally or timing out) it will + automatically enter the + '<literal>failed</literal>' state and + its exit code and status is recorded + for introspection by the administrator until the service is restarted or reset with this command.</para></listitem> |