diff options
Diffstat (limited to 'ref/api/misc.html')
| -rw-r--r-- | ref/api/misc.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ref/api/misc.html b/ref/api/misc.html index 21e678e7..6dbaf8b2 100644 --- a/ref/api/misc.html +++ b/ref/api/misc.html @@ -258,7 +258,7 @@ number facilities when available.</p> </code></pre> <p>The <a name="a003"></a><code>nng_socket_pair</code> function creates a pair of connected file descriptors. These file descriptors, which are returned in the <em>fds</em> array, are suitable for -use with the <a href="../../tran/socket.html">Socket transport</a>.</p> +use with the <a href="../tran/socket.html">Socket transport</a>.</p> <p>On POSIX platforms, this is a thin wrapper around the standard <code>socketpair</code> function, using the <a name="a004"></a><code>AF_UNIX</code> family and the <code>SOCK_STREAM</code> socket type. <sup><a name="to-footnote-1"><a href="#footnote-1">1</a></a></sup></p> |
