Mike Naberezny 11 سال پیش
والد
کامیت
b036179b94
1فایلهای تغییر یافته به همراه4 افزوده شده و 4 حذف شده
  1. 4 4
      docs/configuration.rst

+ 4 - 4
docs/configuration.rst

@@ -379,10 +379,10 @@ follows.
   Values containing non-alphanumeric characters should be quoted
   Values containing non-alphanumeric characters should be quoted
   (e.g. ``KEY="val:123",KEY2="val,456"``).  Otherwise, quoting the
   (e.g. ``KEY="val:123",KEY2="val,456"``).  Otherwise, quoting the
   values is optional but recommended.  To escape percent characters,
   values is optional but recommended.  To escape percent characters,
-  simply use two. (e.g. ``URI="/first%%20name"``) **Note** that 
-  subprocesses will inherit the environment variables of the shell 
+  simply use two. (e.g. ``URI="/first%%20name"``) **Note** that
+  subprocesses will inherit the environment variables of the shell
   used to start :program:`supervisord` except for the ones overridden
   used to start :program:`supervisord` except for the ones overridden
-  here and within the program's ``environment`` option.  See 
+  here and within the program's ``environment`` option.  See
   :ref:`subprocess_environment`.
   :ref:`subprocess_environment`.
 
 
   *Default*: no values
   *Default*: no values
@@ -538,7 +538,7 @@ where specified.
    will have a single process named ``x`` in it.  This provides a
    will have a single process named ``x`` in it.  This provides a
    modicum of backwards compatibility with older supervisor releases,
    modicum of backwards compatibility with older supervisor releases,
    which did not treat program sections as homogeneous process group
    which did not treat program sections as homogeneous process group
-   defnitions.
+   definitions.
 
 
    But for instance, if you have a ``[program:foo]`` section with a
    But for instance, if you have a ``[program:foo]`` section with a
    ``numprocs`` of 3 and a ``process_name`` expression of
    ``numprocs`` of 3 and a ``process_name`` expression of