diff options
| author | Garrett D'Amore <garrett@damore.org> | 2024-10-06 16:59:47 -0700 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2024-10-06 16:59:47 -0700 |
| commit | fa271628fc0d92df1d453cc4e1b4f715e04fa8c3 (patch) | |
| tree | 78a945e52e65b40e4cebbcd6748f30fa6dd030b6 /docs/man/libnng.3.adoc | |
| parent | 18bb22a09d41a7f852f360431d62faf4e896b501 (diff) | |
| download | nng-fa271628fc0d92df1d453cc4e1b4f715e04fa8c3.tar.gz nng-fa271628fc0d92df1d453cc4e1b4f715e04fa8c3.tar.bz2 nng-fa271628fc0d92df1d453cc4e1b4f715e04fa8c3.zip | |
Remove old idmap and mutex docs
Diffstat (limited to 'docs/man/libnng.3.adoc')
| -rw-r--r-- | docs/man/libnng.3.adoc | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/man/libnng.3.adoc b/docs/man/libnng.3.adoc index 8b893cae..89546f48 100644 --- a/docs/man/libnng.3.adoc +++ b/docs/man/libnng.3.adoc @@ -286,12 +286,12 @@ as a convenience to aid in creating portable applications. |xref:nng_cv_wait.3supp.adoc[nng_cv_wait()]|wait for condition |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_id_map.3supp.adoc[nng_id_map]|identifier based mapping table |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 -|xref:nng_mtx_unlock.3supp.adoc[nng_mtx_unlock()]|unlock mutex +// |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 +// |xref:nng_mtx_unlock.3supp.adoc[nng_mtx_unlock()]|unlock mutex |xref:nng_opts_parse.3supp.adoc[nng_opts_parse()]|parse command line options |xref:nng_random.3supp.adoc[nng_random()]|get random number |xref:nng_socket_pair.3supp.adoc[nng_socket_pair()]|create connected pair of BSD sockets |
