From ccf90a1ea52b549482f8234321dc2cff21749fd7 Mon Sep 17 00:00:00 2001 From: Igor Soarez Date: Sat, 16 May 2015 16:07:41 +0100 Subject: [PATCH] doc: fix typo in tcp.rst MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR-URL: https://github.com/libuv/libuv/pull/355 Reviewed-By: Saúl Ibarra Corretgé --- docs/src/tcp.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/tcp.rst b/docs/src/tcp.rst index 2b5d268d..dd746fe8 100644 --- a/docs/src/tcp.rst +++ b/docs/src/tcp.rst @@ -72,7 +72,7 @@ API not guarantee that the call to :c:func:`uv_listen` or :c:func:`uv_tcp_connect` will succeed as well. - `flags` con contain ``UV_TCP_IPV6ONLY``, in which case dual-stack support + `flags` can contain ``UV_TCP_IPV6ONLY``, in which case dual-stack support is disabled and only IPv6 is used. .. c:function:: int uv_tcp_getsockname(const uv_tcp_t* handle, struct sockaddr* name, int* namelen)