aboutsummaryrefslogtreecommitdiff
path: root/docs/man/nng_bus.7.adoc
diff options
context:
space:
mode:
authorGarrett D'Amore <garrett@damore.org>2019-06-29 17:26:04 -0700
committerGarrett D'Amore <garrett@damore.org>2019-06-29 17:26:04 -0700
commit7b6e73f23104a50b898da1065cf9d3bf8b6a3bca (patch)
tree7b78decbdc3bbdfac1b80d13a145aa640f2a7504 /docs/man/nng_bus.7.adoc
parent3e8522a8c766deeb97158cdeb2cd35470063f35f (diff)
downloadnng-7b6e73f23104a50b898da1065cf9d3bf8b6a3bca.tar.gz
nng-7b6e73f23104a50b898da1065cf9d3bf8b6a3bca.tar.bz2
nng-7b6e73f23104a50b898da1065cf9d3bf8b6a3bca.zip
more .adoc markup fixes.
This is mostly mechanical-ish fixups to adjust markup style for cross references. A bit of care and feeding needed, so we haven't finished the list, but this gets a significant chunk of them.
Diffstat (limited to 'docs/man/nng_bus.7.adoc')
-rw-r--r--docs/man/nng_bus.7.adoc12
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/man/nng_bus.7.adoc b/docs/man/nng_bus.7.adoc
index aa8ed2ce..c79e2d9d 100644
--- a/docs/man/nng_bus.7.adoc
+++ b/docs/man/nng_bus.7.adoc
@@ -49,7 +49,7 @@ the more likely that message loss is to occur.
=== Socket Operations
-The `<<nng_bus_open.3#,nng_bus0_open()>>` functions create a bus socket.
+The xref:nng_bus_open.3.adoc[`nng_bus0_open()`] functions create a bus socket.
This socket may be used to send and receive messages.
Sending messages will attempt to deliver to each directly connected peer.
@@ -64,12 +64,12 @@ The _bus_ protocol has no protocol-specific options.
=== Protocol Headers
-When using a "`<<nng.7#raw_mode,raw>>`" _bus_ socket, received messages will
-contain the incoming <<nng_pipe.5#,pipe>> ID as the sole element in the header.
+When using a xref:nng.7.adoc#raw_mode["`raw`"] _bus_ socket, received messages will
+contain the incoming xref:nng_pipe.5.adoc[pipe] ID as the sole element in the header.
If a message containing such a header is sent using a raw _bus_ socket, then,
the message will be delivered to all connected pipes _except_ the one
identified in the header.
-This behavior is intended for use with <<nng_device.3#device,device>>
+This behavior is intended for use with xref:nng_device.3#device,device]
configurations consisting of just a single socket.
Such configurations are useful in the creation of rebroadcasters, and this
capability prevents a message from being routed back to its source.
@@ -80,5 +80,5 @@ When using "`cooked`" _bus_ sockets, no message headers are present.
== SEE ALSO
[.text-left]
-<<nng_bus_open.3#,nng_bus_open(3)>>,
-<<nng.7#,nng(7)>>
+xref:nng_bus_open.3.adoc[nng_bus_open(3)],
+xref:nng.7.adoc[nng(7)]