Mike Naberezny 12 lat temu
rodzic
commit
4990e52256
2 zmienionych plików z 2 dodań i 2 usunięć
  1. 1 1
      docs/configuration.rst
  2. 1 1
      docs/running.rst

+ 1 - 1
docs/configuration.rst

@@ -721,7 +721,7 @@ where specified.
 ``stopasgroup``
 
   If true, the flag causes supervisor to send the stop signal to the
-  whole process group and implies ``killasgroup``=true.  This is useful
+  whole process group and implies ``killasgroup`` is true.  This is useful
   for programs, such as Flask in debug mode, that do not propagate
   stop signals to their children, leaving them orphaned.
 

+ 1 - 1
docs/running.rst

@@ -243,7 +243,7 @@ your ``PYTHONPATH`` is sane and that all Python standard
 library files have adequate file permission protections.
 
 Running :program:`supervisord` automatically on startup
---------------------------------------------------------
+-------------------------------------------------------
 
 If you are using a distribution-packaged version of Supervisor, it should
 already be integrated into the service management infrastructure of your