From 493be3ed2347cbb61651c878620360d5174348b9 Mon Sep 17 00:00:00 2001 From: Colin Ihrig Date: Mon, 4 Jan 2021 22:04:25 -0500 Subject: [PATCH] doc: fix versionadded metadata This commit adds the versionadded metadata for uv_pipe() and uv_socketpair(). Refs: https://github.com/libuv/libuv/pull/2953 PR-URL: https://github.com/libuv/libuv/pull/3087 Reviewed-By: Jameson Nash --- docs/src/pipe.rst | 2 +- docs/src/tcp.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/src/pipe.rst b/docs/src/pipe.rst index ab488df8..5fa83b80 100644 --- a/docs/src/pipe.rst +++ b/docs/src/pipe.rst @@ -135,4 +135,4 @@ API Equivalent to :man:`pipe(2)` with the `O_CLOEXEC` flag set. - .. versionadded:: 1.x.0 + .. versionadded:: 1.41.0 diff --git a/docs/src/tcp.rst b/docs/src/tcp.rst index 92f9087f..cccc86bb 100644 --- a/docs/src/tcp.rst +++ b/docs/src/tcp.rst @@ -143,4 +143,4 @@ API Equivalent to :man:`socketpair(2)` with a domain of AF_UNIX. - .. versionadded:: 1.x.0 + .. versionadded:: 1.41.0