aboutsummaryrefslogtreecommitdiff
path: root/docs/man/nng_pub.7.adoc
diff options
context:
space:
mode:
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)]