diff options
| author | Garrett D'Amore <garrett@damore.org> | 2024-10-06 21:27:54 -0700 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2024-10-06 21:27:54 -0700 |
| commit | df8dae72ddb569296ff6ce3cb6c35544cbc3b4d0 (patch) | |
| tree | 975b1cea6877040e59a448d78b1fc4c5f0f9887b /docs/ref/api/util/nng_clock.md | |
| parent | 415c04a43804cd0e0a4d3f0d49743aedd0ee4cce (diff) | |
| download | nng-df8dae72ddb569296ff6ce3cb6c35544cbc3b4d0.tar.gz nng-df8dae72ddb569296ff6ce3cb6c35544cbc3b4d0.tar.bz2 nng-df8dae72ddb569296ff6ce3cb6c35544cbc3b4d0.zip | |
Indexing improvements to mdbook docs.
Diffstat (limited to 'docs/ref/api/util/nng_clock.md')
| -rw-r--r-- | docs/ref/api/util/nng_clock.md | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/docs/ref/api/util/nng_clock.md b/docs/ref/api/util/nng_clock.md index f4e9f9d5..fcd5af1b 100644 --- a/docs/ref/api/util/nng_clock.md +++ b/docs/ref/api/util/nng_clock.md @@ -16,10 +16,9 @@ nng_time nng_clock(void); ## DESCRIPTION -The `nng_clock` function returns the number of elapsed milliseconds since some -arbitrary time in the past. -The resolution of the clock depends on the underlying timing facilities -of the system. +The {{i:`nng_clock`}}{{hi:clock}} function returns the number of elapsed +milliseconds since some arbitrary time in the past. +The resolution of the clock depends on the underlying timing facilities of the system. This function may be used for timing, but applications should not expect very fine-grained values. |
