summaryrefslogtreecommitdiff
path: root/ref/api/ctx.html
diff options
context:
space:
mode:
authorgdamore <gdamore@users.noreply.github.com>2025-01-15 15:03:06 +0000
committergdamore <gdamore@users.noreply.github.com>2025-01-15 15:03:06 +0000
commite605ded920a4636e93edbbea31d9625ca5428dfb (patch)
tree32c6bbde7db2e643f56aa60e94ececcb6dee6b10 /ref/api/ctx.html
parent2b8d71694ea8755881bdb8d8fe1fdcc9d4055eac (diff)
downloadnng-e605ded920a4636e93edbbea31d9625ca5428dfb.tar.gz
nng-e605ded920a4636e93edbbea31d9625ca5428dfb.tar.bz2
nng-e605ded920a4636e93edbbea31d9625ca5428dfb.zip
deploy: cd9901549239bbe424bc70a48b09f33064d906b6
Diffstat (limited to 'ref/api/ctx.html')
-rw-r--r--ref/api/ctx.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/ref/api/ctx.html b/ref/api/ctx.html
index c0082b33..2b8c2cab 100644
--- a/ref/api/ctx.html
+++ b/ref/api/ctx.html
@@ -286,7 +286,7 @@ call is executed may also return with an <code>NNG_ECLOSED</code> result.</p>
<span class="mdbook-alerts-icon"></span>
note
</p>
-<p>Closing the socket associated with <em>ctx</em> using <code>nng_socket_close</code>] also closes this context.</p>
+<p>Closing the socket associated with <em>ctx</em> using <a href="/api/sock.html#closing-a-socket"><code>nng_socket_close</code></a> also closes this context.</p>
</div>
<h2 id="sending-messages"><a class="header" href="#sending-messages">Sending Messages</a></h2>
<pre><code class="language-c">int nng_ctx_sendmsg(nng_ctx ctx, nng_msg *msg, int flags);