diff options
author | Frank Krick <frank.krick@gmail.com> | 2018-11-14 15:34:55 -0500 |
---|---|---|
committer | Frank Krick <frank.krick@gmail.com> | 2018-11-14 15:34:55 -0500 |
commit | 5e66b5aa0e08853c0a7230e34f318e8d7c03d56b (patch) | |
tree | 11a0d439083b2b7544cbf0fa22886b86dac3926c | |
parent | e8a0eec937edd5469885b744ececd1b677be2b19 (diff) | |
download | waitress-5e66b5aa0e08853c0a7230e34f318e8d7c03d56b.tar.gz |
Changes for review
-rw-r--r-- | docs/socket-activation.rst | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/docs/socket-activation.rst b/docs/socket-activation.rst index 92220cc..88fd021 100644 --- a/docs/socket-activation.rst +++ b/docs/socket-activation.rst @@ -3,11 +3,10 @@ Socket Activation While waitress does not support the various implementations of socket activation, for example using systemd or launchd, it is prepared to receive pre-bound sockets -from init systems, process and socket managers or other launchers that can provide +from init systems, process and socket managers, or other launchers that can provide pre-bound sockets. -The following shows a code example starting waitress with two Internet sockets -pre-bound sockets. +The following shows a code example starting waitress with two Internet sockets pre-bound sockets. .. code-block:: python |