diff options
| author | Garrett D'Amore <garrett@damore.org> | 2024-10-27 11:11:11 -0700 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2024-10-27 11:11:11 -0700 |
| commit | 8e2a09468f57f75cefcd61fd73e647efdc3621dc (patch) | |
| tree | 190fdd70292589dfca76814c8bd78eb5c2584f06 /docs/ref/xref.md | |
| parent | 2ac729f333395659c527a21fbcda128b46af7352 (diff) | |
| download | nng-8e2a09468f57f75cefcd61fd73e647efdc3621dc.tar.gz nng-8e2a09468f57f75cefcd61fd73e647efdc3621dc.tar.bz2 nng-8e2a09468f57f75cefcd61fd73e647efdc3621dc.zip | |
docs: update nng_sleep_aio for mdbook
Diffstat (limited to 'docs/ref/xref.md')
| -rw-r--r-- | docs/ref/xref.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/ref/xref.md b/docs/ref/xref.md index 3abf999c..452ad25d 100644 --- a/docs/ref/xref.md +++ b/docs/ref/xref.md @@ -6,8 +6,8 @@ [`nng_strfree`]: /api/memory.md#free-string [`nng_time`]: /api/time.md#time-type [`nng_duration`]: /api/time.md#duration-type -[`nng_clock`]: /api/time.md#getting-the-current-time -[`nng_msleep`]: /api/time.md#waiting-for-duration +[`nng_clock`]: /api/time.md#get-the-current-time +[`nng_msleep`]: /api/time.md#wait-for-duration [`nng_msg`]: /api/msg.md#message-structure [`nng_msg_alloc`]: /api/msg.md#create-a-message [`nng_msg_free`]: /api/msg.md#destroy-a-message @@ -58,7 +58,7 @@ [`nng_aio`]: /TODO.md [`nng_aio_alloc`]: /api/aio.md#create-handle [`nng_aio_free`]: /api/aio.md#destroy-handle -[`nng_sleep_aio`]: /TODO.md +[`nng_sleep_aio`]: /api/time.md@wait-asynchronously [`nng_aio`]: /api/aio.md#asynchronous-i-o-handle [`nng_aio_cancel`]: /api/aio.md#cancellation [`nng_aio_abort`]: /api/aio.md#cancellation |
