summaryrefslogtreecommitdiff
path: root/src/mailman/bin/docs
diff options
context:
space:
mode:
Diffstat (limited to 'src/mailman/bin/docs')
-rw-r--r--src/mailman/bin/docs/master.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mailman/bin/docs/master.rst b/src/mailman/bin/docs/master.rst
index 3d10b69ac..5a3a94da6 100644
--- a/src/mailman/bin/docs/master.rst
+++ b/src/mailman/bin/docs/master.rst
@@ -4,10 +4,10 @@ Mailman runner control
Mailman has a number of *runner subprocesses* which perform long-running tasks
such as listening on an LMTP port, processing REST API requests, or processing
-messages in a queue directory. In normal operation, the ``bin/mailman``
-command is used to start, stop and manage the runners. This is just a wrapper
-around the real master watcher, which handles runner starting, stopping,
-exiting, and log file reopening.
+messages in a queue directory. In normal operation, the ``mailman`` command
+is used to start, stop and manage the runners. This is just a wrapper around
+the real master watcher, which handles runner starting, stopping, exiting, and
+log file reopening.
>>> from mailman.testing.helpers import TestableMaster