diff options
| author | Paulo Henrique Silva <ph.silva@gmail.com> | 2023-08-23 17:05:02 -0300 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2023-08-27 22:58:13 -0700 |
| commit | 0172c0512a1d8bb3e165b76d9dd65925965bd3f8 (patch) | |
| tree | f935cc457c5b950d2a72e100f1f21c66a8be6768 /docs | |
| parent | f5e3a103206988f7b1b012dd42af0238b0df5ce2 (diff) | |
| download | nng-0172c0512a1d8bb3e165b76d9dd65925965bd3f8.tar.gz nng-0172c0512a1d8bb3e165b76d9dd65925965bd3f8.tar.bz2 nng-0172c0512a1d8bb3e165b76d9dd65925965bd3f8.zip | |
fix typo in nng_thread_set_name doc
function name was wrong in the code snippet.
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 |
