aboutsummaryrefslogtreecommitdiff
path: root/docs/man/nng_iov.5.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_iov.5.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_iov.5.adoc')
-rw-r--r--docs/man/nng_iov.5.adoc10
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/man/nng_iov.5.adoc b/docs/man/nng_iov.5.adoc
index 30681185..5c3e3c40 100644
--- a/docs/man/nng_iov.5.adoc
+++ b/docs/man/nng_iov.5.adoc
@@ -35,8 +35,8 @@ For example, it may be useful to send a message with header data from
one part of memory, and a user payload from another.
The operations that do this typically store an array of these in
-an `<<nng_aio.5#,nng_aio>>` structure using the
-`<<nng_aio_set_iov.3#,nng_aio_set_iov()>>` function.
+an xref:nng_aio.5.adoc[`nng_aio`] structure using the
+xref:nng_aio_set_iov.3.adoc[`nng_aio_set_iov()`] function.
The following structure members are present:
@@ -50,6 +50,6 @@ The following structure members are present:
== SEE ALSO
[.text-left]
-<<nng_aio_set_iov.3#,nng_aio_set_iov(3)>>,
-<<nng_aio.5#,nng_aio(5)>>,
-<<nng.7#,nng(7)>>
+xref:nng_aio_set_iov.3.adoc[nng_aio_set_iov(3)],
+xref:nng_aio.5.adoc[nng_aio(5)],
+xref:nng.7.adoc[nng(7)]