diff options
| author | Garrett D'Amore <garrett@damore.org> | 2019-06-29 17:26:04 -0700 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2019-06-29 17:26:04 -0700 |
| commit | 7b6e73f23104a50b898da1065cf9d3bf8b6a3bca (patch) | |
| tree | 7b78decbdc3bbdfac1b80d13a145aa640f2a7504 /docs/man/nng_ctx_open.3.adoc | |
| parent | 3e8522a8c766deeb97158cdeb2cd35470063f35f (diff) | |
| download | nng-7b6e73f23104a50b898da1065cf9d3bf8b6a3bca.tar.gz nng-7b6e73f23104a50b898da1065cf9d3bf8b6a3bca.tar.bz2 nng-7b6e73f23104a50b898da1065cf9d3bf8b6a3bca.zip | |
more .adoc markup fixes.
This is mostly mechanical-ish fixups to adjust markup style
for cross references. A bit of care and feeding needed, so
we haven't finished the list, but this gets a significant chunk
of them.
Diffstat (limited to 'docs/man/nng_ctx_open.3.adoc')
| -rw-r--r-- | docs/man/nng_ctx_open.3.adoc | 28 |
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)] |
