aboutsummaryrefslogtreecommitdiff
path: root/docs/man/nng_pub.7.adoc
diff options
context:
space:
mode:
authorGarrett D'Amore <garrett@damore.org>2019-07-06 13:33:55 -0700
committerGarrett D'Amore <garrett@damore.org>2019-07-06 13:33:55 -0700
commitdcb962389c5f71bc25cdb84f3363eed95bad9bdd (patch)
tree2a94b72596df4ff76081eb74632af0ce273517b1 /docs/man/nng_pub.7.adoc
parent7b6e73f23104a50b898da1065cf9d3bf8b6a3bca (diff)
downloadnng-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_pub.7.adoc')
-rw-r--r--docs/man/nng_pub.7.adoc10
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/man/nng_pub.7.adoc b/docs/man/nng_pub.7.adoc
index 5a274511..fcebd417 100644
--- a/docs/man/nng_pub.7.adoc
+++ b/docs/man/nng_pub.7.adoc
@@ -30,7 +30,7 @@ The subscribing applications only see the data to which
they have subscribed.
The _pub_ protocol is the publisher side, and the
-<<nng_sub.7#,_sub_>> protocol is the subscriber side.
+xref:nng_sub.7.adoc[_sub_] protocol is the subscriber side.
NOTE: In this implementation, the publisher delivers all messages to all
subscribers.
@@ -44,7 +44,7 @@ Applications should construct their messages accordingly.
=== Socket Operations
-The `<<nng_pub_open.3#,nng_pub0_open()>>` functions create a publisher socket.
+The xref:nng_pub_open.3.adoc[`nng_pub0_open()`] functions create a publisher socket.
This socket may be used to send messages, but is unable to receive them.
Attempts to receive messages will result in `NNG_ENOTSUP`.
@@ -64,6 +64,6 @@ The _pub_ protocol has no protocol-specific headers.
== SEE ALSO
[.text-left]
-<<nng_pub_open.3#,nng_pub_open(3)>>,
-<<nng_sub.7#,nng_sub(7)>>,
-<<nng.7#,nng(7)>>
+xref:nng_pub_open.3.adoc[nng_pub_open(3)],
+xref:nng_sub.7.adoc[nng_sub(7)],
+xref:nng.7.adoc[nng(7)]