summaryrefslogtreecommitdiff
path: root/docs/man/nng_ctx_open.3.adoc
diff options
context:
space:
mode:
Diffstat (limited to 'docs/man/nng_ctx_open.3.adoc')
-rw-r--r--docs/man/nng_ctx_open.3.adoc28
1 files changed, 14 insertions, 14 deletions
diff --git a/docs/man/nng_ctx_open.3.adoc b/docs/man/nng_ctx_open.3.adoc
index 7c799078..76842b7e 100644
--- a/docs/man/nng_ctx_open.3.adoc
+++ b/docs/man/nng_ctx_open.3.adoc
@@ -32,7 +32,7 @@ NOTE: Not every protocol supports creation of separate contexts.
Contexts allow the independent and concurrent use of stateful operations
using the same socket.
-For example, two different contexts created on a <<nng_rep.7#,_rep_>>
+For example, two different contexts created on a xref:nng_rep.7.adoc[_rep_]
socket can each receive requests, and send replies to them, without any
regard to or interference with each other.
@@ -40,9 +40,9 @@ regard to or interference with each other.
TIP: Using contexts is an excellent way to write simpler concurrent
applications, while retaining the benefits of the protocol-specific
advanced processing, avoiding the need to bypass that with
-<<nng.7#raw_mode,raw mode>> sockets.
+xref:nng.7.adoc#raw_mode[raw mode] sockets.
-NOTE: Use of contexts with <<nng.7#raw_mode,raw mode>> sockets is
+NOTE: Use of contexts with xref:nng.7.adoc#raw_mode[raw mode] sockets is
nonsensical, and not supported.
== RETURN VALUES
@@ -58,14 +58,14 @@ This function returns 0 on success, and non-zero otherwise.
== SEE ALSO
[.text-left]
-<<nng_ctx_close.3#,nng_ctx_close(3)>>,
-<<nng_ctx_getopt.3#,nng_ctx_getopt(3)>>,
-<<nng_ctx_recv.3#,nng_ctx_recv(3)>>,
-<<nng_ctx_send.3#,nng_ctx_send(3)>>,
-<<nng_ctx_setopt.3#,nng_ctx_setopt(3)>>,
-<<nng_strerror.3#,nng_strerror(3)>>,
-<<nng_ctx.5#,nng_ctx(5)>>,
-<<nng_socket.5#,nng_socket(5)>>,
-<<nng_rep.7#,nng_rep(7)>>,
-<<nng_req.7#,nng_req(7)>>,
-<<nng.7#,nng(7)>>
+xref:nng_ctx_close.3.adoc[nng_ctx_close(3)],
+xref:nng_ctx_getopt.3.adoc[nng_ctx_getopt(3)],
+xref:nng_ctx_recv.3.adoc[nng_ctx_recv(3)],
+xref:nng_ctx_send.3.adoc[nng_ctx_send(3)],
+xref:nng_ctx_setopt.3.adoc[nng_ctx_setopt(3)],
+xref:nng_strerror.3.adoc[nng_strerror(3)],
+xref:nng_ctx.5.adoc[nng_ctx(5)],
+xref:nng_socket.5.adoc[nng_socket(5)],
+xref:nng_rep.7.adoc[nng_rep(7)],
+xref:nng_req.7.adoc[nng_req(7)],
+xref:nng.7.adoc[nng(7)]