From 2a4a14646f95b21cbc8f9b5bef8d76cd0fe04fec Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Tue, 31 Dec 2024 11:50:48 -0800 Subject: docs: progress on socket document conversion --- docs/ref/api/aio.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/ref/api/aio.md') diff --git a/docs/ref/api/aio.md b/docs/ref/api/aio.md index 58c8e4f9..1e6f76fa 100644 --- a/docs/ref/api/aio.md +++ b/docs/ref/api/aio.md @@ -290,7 +290,7 @@ void nng_aio_set_iov(nng_aio *aio, unsigned nio, const nng_iov *iov); ``` {{hi:`nng_iov`}} -Some asynchronous operations, such as those dealing with [streams], use {{i:scatter}} or {{i:gather}} +Some asynchronous operations, such as those dealing with [streams][stream], use {{i:scatter}} or {{i:gather}} vectors, where data to be transferred is either gathered from multiple separate regions of memory, or scattered into separate regions of memory. For example a message may have a header located at one location in memory, and a payload located in another. @@ -310,7 +310,7 @@ and if necessary resubmit the operation with a suitably updated vector of `nng_i [Synchronization][synchronization], [Threads][thread], -[Streams][streams], +[Streams][stream], [Time][time] {{#include ../xref.md}} -- cgit v1.2.3-70-g09d2