summaryrefslogtreecommitdiffstats
path: root/docs/requirements.rst
diff options
context:
space:
mode:
authorRichard Hartmann <RichiH@users.noreply.github.com>2016-09-04 18:54:12 +0200
committerGitHub <noreply@github.com>2016-09-04 18:54:12 +0200
commitae6e25302fe50f16fb2a4de95ffd417a9398efce (patch)
tree8537dd238f1a71a787c1eb6eaf60ee6d109eeee2 /docs/requirements.rst
parentffd95fb7765049e2cebb65130bffdb42ddb8ad11 (diff)
requirements.rst: Fix mistakes
Diffstat (limited to 'docs/requirements.rst')
-rw-r--r--docs/requirements.rst15
1 files changed, 8 insertions, 7 deletions
diff --git a/docs/requirements.rst b/docs/requirements.rst
index c35824f..798cdcb 100644
--- a/docs/requirements.rst
+++ b/docs/requirements.rst
@@ -26,18 +26,19 @@ Linux with TPROXY method
Supports:
* IPv4 TCP
-* IPv4 UDP (requires ``recmsg`` - see below)
-* IPv6 DNS (requires ``recmsg`` - see below)
+* IPv4 UDP (requires ``recvmsg`` - see below)
+* IPv6 DNS (requires ``recvmsg`` - see below)
* IPv6 TCP
-* IPv6 UDP (requires ``recmsg`` - see below)
-* IPv6 DNS (requires ``recmsg`` - see below)
+* IPv6 UDP (requires ``recvmsg`` - see below)
+* IPv6 DNS (requires ``recvmsg`` - see below)
.. _PyXAPI: http://www.pps.univ-paris-diderot.fr/~ylg/PyXAPI/
Full UDP or DNS support with the TPROXY method requires the ``recvmsg()``
-syscall. This is not available in Python 2, however is in Python 3.5 and
-later. Under Python 2 you might find it sufficient installing PyXAPI_ to get
-the ``recvmsg()`` function. See :doc:`tproxy` for more information.
+syscall. This is not available in Python 2, however it is in Python 3.5 and
+later. Under Python 2 you might find it sufficient to install PyXAPI_ in
+order to get the ``recvmsg()`` function. See :doc:`tproxy` for more
+information.
MacOS / FreeBSD / OpenBSD