From dcb962389c5f71bc25cdb84f3363eed95bad9bdd Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Sat, 6 Jul 2019 13:33:55 -0700 Subject: fixes #861 Man pages need to use .adoc suffix --- docs/man/nng_rep.7.adoc | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'docs/man/nng_rep.7.adoc') diff --git a/docs/man/nng_rep.7.adoc b/docs/man/nng_rep.7.adoc index f822849f..07cd8dfd 100644 --- a/docs/man/nng_rep.7.adoc +++ b/docs/man/nng_rep.7.adoc @@ -34,11 +34,11 @@ It is also "`reliable`", in that a the requester will keep retrying until a reply is received. The _rep_ protocol is the replier side, and the -<> protocol is the requester side. +xref:nng_req.7.adoc[_req_] protocol is the requester side. === Socket Operations -The `<>` functions create a replier socket. +The xref:nng_rep_open.3.adoc[`nng_rep0_open()`] functions create a replier socket. This socket may be used to receive messages (requests), and then to send replies. @@ -50,12 +50,12 @@ was previously received. Likewise, only one receive operation may be pending at a time. Any additional concurrent receive operations will result in `NNG_ESTATE`. -<> mode sockets ignore all these restrictions. +xref:nng.7.adoc#raw_mode[Raw] mode sockets ignore all these restrictions. === Context Operations -This protocol supports the creation of <> for concurrent -use cases using `<>`. +This protocol supports the creation of xref:nng_ctx.5.adoc[contexts] for concurrent +use cases using xref:nng_ctx_open.3.adoc[`nng_ctx_open()`]. Each context may have at most one outstanding request, and operates independently from the others. @@ -76,11 +76,11 @@ The _rep_ protocol has no protocol-specific options. (((backtrace))) The _rep_ protocol uses a _backtrace_ in the header. -This is more fully documented in the <> manual. +This is more fully documented in the xref:nng_req.7.adoc[_req_] manual. == SEE ALSO [.text-left] -<>, -<>, -<> +xref:nng_rep_open.3.adoc[nng_rep_open(3)], +xref:nng.7.adoc[nng(7)], +xref:nng_req.7.adoc[nng_req(7)] -- cgit v1.2.3-70-g09d2