diff options
| author | Barry Warsaw | 2010-09-08 22:35:20 -0400 |
|---|---|---|
| committer | Barry Warsaw | 2010-09-08 22:35:20 -0400 |
| commit | 1726b47b6b9bd44d6f2240372d278c4bd22eaa7b (patch) | |
| tree | 31d963ad8ed913e12e53d6cee808e7d4a52c8e7d /src/mailman/bin/docs | |
| parent | 9685fa2a1277cf6733940ac012e319dc0f34e8d7 (diff) | |
| download | mailman-1726b47b6b9bd44d6f2240372d278c4bd22eaa7b.tar.gz mailman-1726b47b6b9bd44d6f2240372d278c4bd22eaa7b.tar.zst mailman-1726b47b6b9bd44d6f2240372d278c4bd22eaa7b.zip | |
Many documentation fixes for better Sphinx output.
Diffstat (limited to 'src/mailman/bin/docs')
| -rw-r--r-- | src/mailman/bin/docs/master.txt | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/mailman/bin/docs/master.txt b/src/mailman/bin/docs/master.txt index 20eddae2c..d3c07c768 100644 --- a/src/mailman/bin/docs/master.txt +++ b/src/mailman/bin/docs/master.txt @@ -3,9 +3,9 @@ Mailman queue runner control ============================ Mailman has a number of queue runners which process messages in its queue file -directories. In normal operation, the 'bin/mailman' command is used to start, -stop and manage the queue runners. This is just a wrapper around the real -queue runner watcher script called master.py. +directories. In normal operation, the ``bin/mailman`` command is used to +start, stop and manage the queue runners. This is just a wrapper around the +real queue runner watcher script called master.py. >>> from mailman.testing.helpers import TestableMaster @@ -23,6 +23,7 @@ There should be a process id for every qrunner that claims to be startable. True Now verify that all the qrunners are running. +:: >>> import os |
