diff options
author | Colin Ihrig <cjihrig@gmail.com> | 2021-01-04 22:04:25 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-04 22:04:25 -0500 |
commit | 493be3ed2347cbb61651c878620360d5174348b9 (patch) | |
tree | 338f5c2d31e95ce9f26e6fc3f3dc3c40b12de015 /docs/src | |
parent | 0101affb68420913ef3f5e0b4525382f8a704c45 (diff) | |
download | libuv-493be3ed2347cbb61651c878620360d5174348b9.tar.gz libuv-493be3ed2347cbb61651c878620360d5174348b9.zip |
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 <vtjnash@gmail.com>
Diffstat (limited to 'docs/src')
-rw-r--r-- | docs/src/pipe.rst | 2 | ||||
-rw-r--r-- | 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 |