diff options
Diffstat (limited to 'docs/man/nng_iov.5.adoc')
| -rw-r--r-- | docs/man/nng_iov.5.adoc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/man/nng_iov.5.adoc b/docs/man/nng_iov.5.adoc index 63d8b03b..55c2d19e 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 `<<nng_aio.5#,nng_aio>>` structure using the +`<<nng_aio_set_iov.3#,nng_aio_set_iov()>>` function. The following structure members are present: |
