From beca672e36109bf8f49c260257882fc3e9cea034 Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Tue, 22 Oct 2024 21:16:23 -0700 Subject: docs: master cross-reference table --- docs/ref/api/misc.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/ref/api/misc.md') diff --git a/docs/ref/api/misc.md b/docs/ref/api/misc.md index 788c0b6d..4e7aec94 100644 --- a/docs/ref/api/misc.md +++ b/docs/ref/api/misc.md @@ -22,7 +22,7 @@ int nng_socket_pair(int fds[2]); The `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][socket]. +use with the [Socket transport][socktran]. On POSIX platforms, this is a thin wrapper around the standard `socketpair` function, using the {{i:`AF_UNIX`}} family and the `SOCK_STREAM` socket type. @@ -58,4 +58,4 @@ the version numbers reported refer to both the API and the library itself. library and the application is controlled in a similar, but different manner depending upon the link options and how the library is built.) -[socket]: ../tran/socket.md +{{#include ../xref.md}} -- cgit v1.2.3-70-g09d2