# HG changeset patch # User Oleksandr Gavenko # Date 1581593735 -7200 # Node ID d88d5d1a8cd9efd053a1533e631d028a3d49343e # Parent 417b9ee21460423204099462275692254a97be05 Fixed RST syntax error. diff -r 417b9ee21460 -r d88d5d1a8cd9 monit.rst --- a/monit.rst Thu Feb 13 13:33:15 2020 +0200 +++ b/monit.rst Thu Feb 13 13:35:35 2020 +0200 @@ -69,9 +69,9 @@ =========== * In ``active`` mode (the default), Monit will pro-actively monitor a service and in case of -problems raise alerts and/or restart the service. + problems raise alerts and/or restart the service. * In ``passive`` mode, Monit will passively monitor a service and will raise alerts, but will not -try to fix a problem by executing start, stop or restart. + try to fix a problem by executing start, stop or restart. * In ``manual`` mode, Monit will enter active mode only if a service was started via Monit. Example::