summaryrefslogtreecommitdiff
path: root/deps/uv/docs/src/stream.rst
diff options
context:
space:
mode:
Diffstat (limited to 'deps/uv/docs/src/stream.rst')
-rw-r--r--deps/uv/docs/src/stream.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/uv/docs/src/stream.rst b/deps/uv/docs/src/stream.rst
index 1f6682adc1..880f0e2ebc 100644
--- a/deps/uv/docs/src/stream.rst
+++ b/deps/uv/docs/src/stream.rst
@@ -104,7 +104,7 @@ API
.. c:function:: int uv_listen(uv_stream_t* stream, int backlog, uv_connection_cb cb)
Start listening for incoming connections. `backlog` indicates the number of
- connections the kernel might queue, same as ``listen(2)``. When a new
+ connections the kernel might queue, same as :man:`listen(2)`. When a new
incoming connection is received the :c:type:`uv_connection_cb` callback is
called.