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>
This commit is contained in:
Colin Ihrig 2021-01-04 22:04:25 -05:00 committed by GitHub
parent 0101affb68
commit 493be3ed23
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -135,4 +135,4 @@ API
Equivalent to :man:`pipe(2)` with the `O_CLOEXEC` flag set.
.. versionadded:: 1.x.0
.. versionadded:: 1.41.0

View File

@ -143,4 +143,4 @@ API
Equivalent to :man:`socketpair(2)` with a domain of AF_UNIX.
.. versionadded:: 1.x.0
.. versionadded:: 1.41.0