Skip to content

Commit

Permalink
Remove old idmap and mutex docs
Browse files Browse the repository at this point in the history
  • Loading branch information
gdamore committed Oct 6, 2024
1 parent 18bb22a commit fa27162
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 314 deletions.
10 changes: 5 additions & 5 deletions docs/man/libnng.3.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
108 changes: 0 additions & 108 deletions docs/man/nng_id_map.3supp.adoc

This file was deleted.

57 changes: 0 additions & 57 deletions docs/man/nng_mtx_alloc.3supp.adoc

This file was deleted.

42 changes: 0 additions & 42 deletions docs/man/nng_mtx_free.3supp.adoc

This file was deleted.

55 changes: 0 additions & 55 deletions docs/man/nng_mtx_lock.3supp.adoc

This file was deleted.

47 changes: 0 additions & 47 deletions docs/man/nng_mtx_unlock.3supp.adoc

This file was deleted.

0 comments on commit fa27162

Please sign in to comment.