From ff946d82434defa63fbd29eddce051309aa0394e Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Wed, 15 Nov 2017 11:23:00 +0100 Subject: [PATCH] man: write "stop and start" instead of "restart" when explaining the reload fallback operations We already made a similar change when talking about the "restart" command, let's also do this for "systemctl reload" and friends. Follow-up for: 6539dd7c42946d9ba5dc43028b8b5785eb2db3c5 See: #7126 --- man/systemctl.xml | 23 +++++++++-------------- 1 file changed, 9 insertions(+), 14 deletions(-) diff --git a/man/systemctl.xml b/man/systemctl.xml index fb6bb0d..f5df606 100644 --- a/man/systemctl.xml +++ b/man/systemctl.xml @@ -805,18 +805,16 @@ Sun 2017-02-26 20:57:49 EST 2h 3min left Sun 2017-02-26 11:56:36 EST 6h ago reload-or-restart PATTERN… - Reload one or more units if they support it. If not, - restart them instead. If the units are not running yet, they - will be started. + 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. try-reload-or-restart PATTERN… - Reload one or more units if they support it. If not, - restart them instead. This does nothing if the units are not - running. + Reload one or more units if they support it. If not, stop and then start them instead. This does + nothing if the units are not running. @@ -1035,14 +1033,11 @@ Jan 12 10:46:45 example.com bluetoothd[8900]: gatt-time-server: Input/output err reset-failed [PATTERN…] - Reset the failed state of the - specified units, or if no unit name is passed, reset the state 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 - failed state and its exit code and status - is recorded for introspection by the administrator until the - service is restarted or reset with this command. + Reset the failed state of the specified units, or if no unit name is passed, reset + the state 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 failed state and + its exit code and status is recorded for introspection by the administrator until the service is + stopped/re-started or reset with this command. -- 2.7.4