diff options
| author | Garrett D'Amore <garrett@damore.org> | 2024-10-22 21:16:23 -0700 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2024-10-22 21:16:23 -0700 |
| commit | beca672e36109bf8f49c260257882fc3e9cea034 (patch) | |
| tree | c8b10b75a6173090fdf1a2d0ab1f34595abe5995 /docs/ref/api/misc.md | |
| parent | 97e113a7027afa9b9c11580d02772b5096c6c5a4 (diff) | |
| download | nng-beca672e36109bf8f49c260257882fc3e9cea034.tar.gz nng-beca672e36109bf8f49c260257882fc3e9cea034.tar.bz2 nng-beca672e36109bf8f49c260257882fc3e9cea034.zip | |
docs: master cross-reference table
Diffstat (limited to 'docs/ref/api/misc.md')
| -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 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}} |
