diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/man/nng_thread_set_name.3supp.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/man/nng_thread_set_name.3supp.adoc b/docs/man/nng_thread_set_name.3supp.adoc index 385d2727..36dd8267 100644 --- a/docs/man/nng_thread_set_name.3supp.adoc +++ b/docs/man/nng_thread_set_name.3supp.adoc @@ -19,7 +19,7 @@ nng_thread_set_name - set thread name #include <nng/nng.h> #include <nng/supplemental/util/platform.h> -void nng_set_thread_name(nng_thread *thread, const char *name); +void nng_thread_set_name(nng_thread *thread, const char *name); ---- == DESCRIPTION |
