summaryrefslogtreecommitdiff
path: root/src/mailman/bin/docs
diff options
context:
space:
mode:
authorBarry Warsaw2009-12-05 09:46:50 -0500
committerBarry Warsaw2009-12-05 09:46:50 -0500
commitaf33fabf7e10cb42ab6802b8a222670b2b7037f0 (patch)
treec4904b2e73c6d14586c4a7fd280846e385368622 /src/mailman/bin/docs
parentc3870d1137595fae0352b58a64dd9277a4c55cff (diff)
downloadmailman-af33fabf7e10cb42ab6802b8a222670b2b7037f0.tar.gz
mailman-af33fabf7e10cb42ab6802b8a222670b2b7037f0.tar.zst
mailman-af33fabf7e10cb42ab6802b8a222670b2b7037f0.zip
* Mostly eradicate mentions of mailmanctl.
* In most human readable text, qrunner -> queue runner
Diffstat (limited to 'src/mailman/bin/docs')
-rw-r--r--src/mailman/bin/docs/master.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mailman/bin/docs/master.txt b/src/mailman/bin/docs/master.txt
index f44b25214..20eddae2c 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, a command line script called 'mailmanctl'
-is used to start, stop and manage the queue runners. mailmanctl actually 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