diff options
| author | Garrett D'Amore <garrett@damore.org> | 2024-10-06 17:15:02 -0700 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2024-10-06 17:15:02 -0700 |
| commit | 67a7b334ce504c0411b7bc987b08233755386987 (patch) | |
| tree | 26bd658547227c97a4fcad3f0cef04af1188cbc3 /docs/man/libnng.3.adoc | |
| parent | 156753940f75b240a99c058e746c2dc210e8078b (diff) | |
| download | nng-67a7b334ce504c0411b7bc987b08233755386987.tar.gz nng-67a7b334ce504c0411b7bc987b08233755386987.tar.bz2 nng-67a7b334ce504c0411b7bc987b08233755386987.zip | |
Style fix for nng_msleep
Diffstat (limited to 'docs/man/libnng.3.adoc')
| -rw-r--r-- | docs/man/libnng.3.adoc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/man/libnng.3.adoc b/docs/man/libnng.3.adoc index 89546f48..122f9043 100644 --- a/docs/man/libnng.3.adoc +++ b/docs/man/libnng.3.adoc @@ -279,7 +279,7 @@ network applications with _NNG_, but they are made available as a convenience to aid in creating portable applications. |=== -|xref:nng_clock.3supp.adoc[nng_clock()]|get time +// |xref:nng_clock.3supp.adoc[nng_clock()]|get time |xref:nng_cv_alloc.3supp.adoc[nng_cv_alloc()]|allocate condition variable |xref:nng_cv_free.3supp.adoc[nng_cv_free()]|free condition variable |xref:nng_cv_until.3supp.adoc[nng_cv_until()]|wait for condition or timeout @@ -287,7 +287,7 @@ as a convenience to aid in creating portable applications. |xref:nng_cv_wake.3supp.adoc[nng_cv_wake()]|wake all waiters |xref:nng_cv_wake1.3supp.adoc[nng_cv_wake1()]|wake one waiter // |xref:nng_id_map.3supp.adoc[nng_id_map]|identifier based mapping table -|xref:nng_msleep.3supp.adoc[nng_msleep()]|sleep for milliseconds +// |xref:nng_msleep.3supp.adoc[nng_msleep()]|sleep for milliseconds // |xref:nng_mtx_alloc.3supp.adoc[nng_mtx_alloc()]|allocate mutex // |xref:nng_mtx_free.3supp.adoc[nng_mtx_free()]|free mutex // |xref:nng_mtx_lock.3supp.adoc[nng_mtx_lock()]|lock mutex |
