diff options
| author | Garrett D'Amore <garrett@damore.org> | 2024-10-11 23:18:10 -0700 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2024-10-11 23:18:10 -0700 |
| commit | cc4bd717537482337d2b0ba22f7ce0e22df5b854 (patch) | |
| tree | 3c7cbc7710eb78c77321ac83e15a81e5e3e4da88 /docs/man/libnng.3.adoc | |
| parent | 1e4b07d1907a03ac3abbf9297ba18d8526c91e94 (diff) | |
| download | nng-cc4bd717537482337d2b0ba22f7ce0e22df5b854.tar.gz nng-cc4bd717537482337d2b0ba22f7ce0e22df5b854.tar.bz2 nng-cc4bd717537482337d2b0ba22f7ce0e22df5b854.zip | |
nng_opts_parse converted to mdbook.
Diffstat (limited to 'docs/man/libnng.3.adoc')
| -rw-r--r-- | docs/man/libnng.3.adoc | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/docs/man/libnng.3.adoc b/docs/man/libnng.3.adoc index 1ec270f2..e6a0da4b 100644 --- a/docs/man/libnng.3.adoc +++ b/docs/man/libnng.3.adoc @@ -277,11 +277,13 @@ Common functionality for message logging. === Supplemental API -These supplemental functions are not intrinsic to building -network applications with _NNG_, but they are made available -as a convenience to aid in creating portable applications. +NOTE: All these functions have been moved to new mdbook docs. -|=== +// These supplemental functions are not intrinsic to building +// 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_cv_alloc.3supp.adoc[nng_cv_alloc()]|allocate condition variable // |xref:nng_cv_free.3supp.adoc[nng_cv_free()]|free condition variable @@ -295,13 +297,13 @@ as a convenience to aid in creating portable applications. // |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_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 // |xref:nng_thread_create.3supp.adoc[nng_thread_create()]|create thread // |xref:nng_thread_destroy.3supp.adoc[nng_thread_destroy()]|reap thread // |xref:nng_thread_set_name.3supp.adoc[nng_thread_set_name()]|set thread name -|=== +// |=== === Byte Streams |
