diff options
| author | Garrett D'Amore <garrett@damore.org> | 2019-07-06 13:33:55 -0700 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2019-07-06 13:33:55 -0700 |
| commit | dcb962389c5f71bc25cdb84f3363eed95bad9bdd (patch) | |
| tree | 2a94b72596df4ff76081eb74632af0ce273517b1 /docs/man/nng_pull.7.adoc | |
| parent | 7b6e73f23104a50b898da1065cf9d3bf8b6a3bca (diff) | |
| download | nng-dcb962389c5f71bc25cdb84f3363eed95bad9bdd.tar.gz nng-dcb962389c5f71bc25cdb84f3363eed95bad9bdd.tar.bz2 nng-dcb962389c5f71bc25cdb84f3363eed95bad9bdd.zip | |
fixes #861 Man pages need to use .adoc suffix
Diffstat (limited to 'docs/man/nng_pull.7.adoc')
| -rw-r--r-- | docs/man/nng_pull.7.adoc | 10 |
1 files changed, 5 insertions, 5 deletions
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 <<nng_push.7#,_push_>> 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 `<<nng_pull_open.3#,nng_pull0_open()>>` 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] -<<nng_pull_open.3#,nng_pull_open(3)>>, -<<nng_push.7#,nng_push(7)>>, -<<nng.7#,nng(7)>>, +xref:nng_pull_open.3.adoc[nng_pull_open(3)], +xref:nng_push.7.adoc[nng_push(7)], +xref:nng.7.adoc[nng(7)], |
