Ask Solem 10 gadi atpakaļ
vecāks
revīzija
13aa1127ee
1 mainītis faili ar 3 papildinājumiem un 2 dzēšanām
  1. 3 2
      docs/userguide/workers.rst

+ 3 - 2
docs/userguide/workers.rst

@@ -55,8 +55,9 @@ these will expand to:
     - ``worker1.%n`` -> ``worker1.george``
     - ``worker1.%d`` -> ``worker1.example.com``
 
-.. note:: If you're storing the worker invokation command in a supervisord configuration file, the ``%`` sign must be escaped by adding a second one.
-   Thus, ``%h`` must be written ``%%h``
+.. admonition:: Note for :program:`supervisord` users.
+
+   The ``%`` sign must be escaped by adding a second one: `%%h`.
 
 .. _worker-stopping: