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:
parent
0101affb68
commit
493be3ed23
@ -135,4 +135,4 @@ API
|
||||
|
||||
Equivalent to :man:`pipe(2)` with the `O_CLOEXEC` flag set.
|
||||
|
||||
.. versionadded:: 1.x.0
|
||||
.. versionadded:: 1.41.0
|
||||
|
||||
@ -143,4 +143,4 @@ API
|
||||
|
||||
Equivalent to :man:`socketpair(2)` with a domain of AF_UNIX.
|
||||
|
||||
.. versionadded:: 1.x.0
|
||||
.. versionadded:: 1.41.0
|
||||
|
||||
Loading…
Reference in New Issue
Block a user