diff --git a/man/systemctl.xml b/man/systemctl.xml
index fb6bb0d702..f5df6065fa 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.