diff options
| author | Garrett D'Amore <garrett@damore.org> | 2024-03-25 21:48:58 -0700 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2024-03-25 21:48:58 -0700 |
| commit | 87e5fc287fedb14656f964254f9b5c738c72b72a (patch) | |
| tree | 4bbd8ce889381d7b2de21b3c888a38c87acf7e31 /docs/reference/src/api/aio | |
| parent | 9d71bbc9f67478ccc28bf6ea9cb1617e8293be94 (diff) | |
| download | nng-87e5fc287fedb14656f964254f9b5c738c72b72a.tar.gz nng-87e5fc287fedb14656f964254f9b5c738c72b72a.tar.bz2 nng-87e5fc287fedb14656f964254f9b5c738c72b72a.zip | |
More content changes.
Diffstat (limited to 'docs/reference/src/api/aio')
| -rw-r--r-- | docs/reference/src/api/aio/nng_aio_set_timeout.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/reference/src/api/aio/nng_aio_set_timeout.md b/docs/reference/src/api/aio/nng_aio_set_timeout.md index b0bab9ab..e5ac3e8e 100644 --- a/docs/reference/src/api/aio/nng_aio_set_timeout.md +++ b/docs/reference/src/api/aio/nng_aio_set_timeout.md @@ -33,7 +33,7 @@ timeout is used. The `nng_aio_set_expire()` function is similar to `nng_aio_set_timeout()`, but sets an absolute expiration time based on the system clock. The _expiration_ is expressed as a number of milliseconds since some point in the past. -The [`nng_clock()`](nng_clock.md) function can be used to determine +The [`nng_clock()`](../util/nng_clock.md) function can be used to determine the current value of the clock. > [!TIP] @@ -50,4 +50,4 @@ or absolute timeout. [nng_aio_cancel()](nng_aio_cancel.md), [nng_aio_result()](nng_aio_result.md), -[nng_duration](nng_duration) +[nng_clock()](../util/nng_clock.md) |
