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_sub.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_sub.7.adoc')
| -rw-r--r-- | docs/man/nng_sub.7.adoc | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/man/nng_sub.7.adoc b/docs/man/nng_sub.7.adoc index 9ff751ca..cd9af727 100644 --- a/docs/man/nng_sub.7.adoc +++ b/docs/man/nng_sub.7.adoc @@ -29,7 +29,7 @@ In this pattern, a publisher sends data, which is broadcast to all subscribers. The subscribing applications only see the data to which they have subscribed. The _sub_ protocol is the subscriber side, and the -<<nng_pub.7#,_pub_>> protocol is the publisher side. +xref:nng_pub.7.adoc[_pub_] protocol is the publisher side. NOTE: In this implementation, the publisher delivers all messages to all subscribers. @@ -43,7 +43,7 @@ Applications should construct their messages accordingly. === Socket Operations -The `<<nng_sub_open.3#,nng_sub0_open()>>` functions create a subscriber socket. +The xref:nng_sub_open.3.adoc[`nng_sub0_open()`] functions create a subscriber socket. This socket may be used to receive messages, but is unable to send them. Attempts to send messages will result in `NNG_ENOTSUP`. @@ -80,6 +80,6 @@ The _sub_ protocol has no protocol-specific headers. == SEE ALSO [.text-left] -<<nng_sub_open.3#,nng_sub_open(3)>>, -<<nng_pub.7#,nng_pub(7)>>, -<<nng.7#,nng(7)>> +xref:nng_sub_open.3.adoc[nng_sub_open(3)], +xref:nng_pub.7.adoc[nng_pub(7)], +xref:nng.7.adoc[nng(7)] |
