aboutsummaryrefslogtreecommitdiff
path: root/docs/ref/api/misc.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/ref/api/misc.md')
-rw-r--r--docs/ref/api/misc.md4
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}}