From b4fdf7a04fc1018f1114fb8ee6f16009752cd16f Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Tue, 14 Jan 2025 23:18:33 -0800 Subject: socketpair: use nng_err --- docs/ref/api/misc.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs') 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]. -- cgit v1.2.3-70-g09d2