From dcb962389c5f71bc25cdb84f3363eed95bad9bdd Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Sat, 6 Jul 2019 13:33:55 -0700 Subject: fixes #861 Man pages need to use .adoc suffix --- docs/man/nng_thread_create.3supp.adoc | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'docs/man/nng_thread_create.3supp.adoc') diff --git a/docs/man/nng_thread_create.3supp.adoc b/docs/man/nng_thread_create.3supp.adoc index 63906b39..0822a963 100644 --- a/docs/man/nng_thread_create.3supp.adoc +++ b/docs/man/nng_thread_create.3supp.adoc @@ -42,7 +42,7 @@ programs that use simple sequential execution, using functions in the _NNG_ suite that would otherwise normally "`block`". When the thread is no longer needed, the -`<>` +xref:nng_thread_destroy.3supp.adoc[`nng_thread_destroy()`] function should be used to reap it. (This function will block waiting for _func_ to return.) @@ -59,13 +59,13 @@ to any system threading functions. TIP: The system may impose limits on the number of threads that can be created. -Typically applications should not create more than a few dozen of these. +Typically applications should not create more than a dozen of these. If greater concurrency or scalability is needed, consider instead using -an asynchronous model using `<>` structures. +an asynchronous model using xref:nng_aio.5.adoc[`nng_aio`] structures. TIP: Threads can be synchronized using -<> and -<>. +xref:nng_mtx_alloc.3supp.adoc[mutexes] and +xref:nng_cv_alloc.3supp.adoc[condition variables]. == RETURN VALUES @@ -79,9 +79,9 @@ This function returns 0 on success, and non-zero otherwise. == SEE ALSO [.text-left] -<>, -<>, -<>, -<>, -<>, -<> +xref:nng_strerror.3.adoc[nng_strerror(3)], +xref:nng_cv_alloc.3supp.adoc[nng_cv_alloc(3supp)], +xref:nng_mtx_alloc.3supp.adoc[nng_mtx_alloc(3supp)], +xref:nng_thread_destroy.3supp.adoc[nng_thread_destroy(3supp)], +xref:nng_aio.5.adoc[nng_aio(5)], +xref:nng.7.adoc[nng(7)] -- cgit v1.2.3-70-g09d2