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_pull.7.adoc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'docs/man/nng_pull.7.adoc') diff --git a/docs/man/nng_pull.7.adoc b/docs/man/nng_pull.7.adoc index 558c39e8..0b325dab 100644 --- a/docs/man/nng_pull.7.adoc +++ b/docs/man/nng_pull.7.adoc @@ -24,7 +24,7 @@ nng_pull - pull protocol (((protocol, _pull_))) The ((_pull_ protocol)) is one half of a ((pipeline pattern)). -The other half is the <> protocol. +The other half is the xref:nng_push.7.adoc[_push_] protocol. In the pipeline pattern, pushers distribute messages to pullers. Each message sent @@ -35,7 +35,7 @@ This property makes this pattern useful in ((load-balancing)) scenarios. === Socket Operations -The `<>` functions create a puller socket. +The xref:nng_pull_open.3.adoc[`nng_pull0_open()`] functions create a puller socket. This socket may be used to receive messages, but is unable to send them. Attempts to send messages will result in `NNG_ENOTSUP`. @@ -60,6 +60,6 @@ The _pull_ protocol has no protocol-specific headers. == SEE ALSO [.text-left] -<>, -<>, -<>, +xref:nng_pull_open.3.adoc[nng_pull_open(3)], +xref:nng_push.7.adoc[nng_push(7)], +xref:nng.7.adoc[nng(7)], -- cgit v1.2.3-70-g09d2