diff options
author | Igor Soarez <igorsoarez@gmail.com> | 2015-05-16 16:07:41 +0100 |
---|---|---|
committer | Saúl Ibarra Corretgé <saghul@gmail.com> | 2015-05-19 11:27:46 +0200 |
commit | ccf90a1ea52b549482f8234321dc2cff21749fd7 (patch) | |
tree | 5d6e816e867d9eb6f14df2ee6f89a0add31221eb /docs/src | |
parent | b8354c19d2aff6c2f318863f9cffc628cdea3478 (diff) | |
download | libuv-ccf90a1ea52b549482f8234321dc2cff21749fd7.tar.gz libuv-ccf90a1ea52b549482f8234321dc2cff21749fd7.zip |
doc: fix typo in tcp.rst
PR-URL: https://github.com/libuv/libuv/pull/355
Reviewed-By: Saúl Ibarra Corretgé <saghul@gmail.com>
Diffstat (limited to 'docs/src')
-rw-r--r-- | docs/src/tcp.rst | 2 |
1 files changed, 1 insertions, 1 deletions
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) |