diff options
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/api/misc.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/ref/api/misc.md b/docs/ref/api/misc.md index 4e7aec94..7c6b7005 100644 --- a/docs/ref/api/misc.md +++ b/docs/ref/api/misc.md @@ -17,10 +17,10 @@ number facilities when available. ## Create Socket Pair ```c -int nng_socket_pair(int fds[2]); +nng_err nng_socket_pair(int fds[2]); ``` -The `nng_socket_pair` function creates a pair of connected file descriptors. +The {{i:`nng_socket_pair`}} function creates a pair of connected file descriptors. These file descriptors, which are returned in the _fds_ array, are suitable for use with the [Socket transport][socktran]. |
