aboutsummaryrefslogtreecommitdiff
path: root/docs/man/nng_thread_create.3supp.adoc
diff options
context:
space:
mode:
authorGarrett D'Amore <garrett@damore.org>2019-07-06 13:33:55 -0700
committerGarrett D'Amore <garrett@damore.org>2019-07-06 13:33:55 -0700
commitdcb962389c5f71bc25cdb84f3363eed95bad9bdd (patch)
tree2a94b72596df4ff76081eb74632af0ce273517b1 /docs/man/nng_thread_create.3supp.adoc
parent7b6e73f23104a50b898da1065cf9d3bf8b6a3bca (diff)
downloadnng-dcb962389c5f71bc25cdb84f3363eed95bad9bdd.tar.gz
nng-dcb962389c5f71bc25cdb84f3363eed95bad9bdd.tar.bz2
nng-dcb962389c5f71bc25cdb84f3363eed95bad9bdd.zip
fixes #861 Man pages need to use .adoc suffix
Diffstat (limited to 'docs/man/nng_thread_create.3supp.adoc')
-rw-r--r--docs/man/nng_thread_create.3supp.adoc22
1 files changed, 11 insertions, 11 deletions
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
-`<<nng_thread_destroy.3supp#,nng_thread_destroy()>>`
+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 `<<nng_aio.5#,nng_aio>>` structures.
+an asynchronous model using xref:nng_aio.5.adoc[`nng_aio`] structures.
TIP: Threads can be synchronized using
-<<nng_mtx_alloc.3supp#,mutexes>> and
-<<nng_cv_alloc.3supp#,condition variables>>.
+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]
-<<nng_strerror.3#,nng_strerror(3)>>,
-<<nng_cv_alloc.3supp#,nng_cv_alloc(3supp)>>,
-<<nng_mtx_alloc.3supp#,nng_mtx_alloc(3supp)>>,
-<<nng_thread_destroy.3supp#,nng_thread_destroy(3supp)>>,
-<<nng_aio.5#,nng_aio(5)>>,
-<<nng.7#,nng(7)>>
+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)]