diff options
Diffstat (limited to 'docs/man/nng_getopt.3.adoc')
| -rw-r--r-- | docs/man/nng_getopt.3.adoc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/man/nng_getopt.3.adoc b/docs/man/nng_getopt.3.adoc index 306efbe9..45c5a295 100644 --- a/docs/man/nng_getopt.3.adoc +++ b/docs/man/nng_getopt.3.adoc @@ -101,9 +101,9 @@ typically for buffer sizes, message maximum sizes, and similar options. ==== `nng_getopt_string()` This function is used to retrieve a string into _strp_. -This string is created from the source using <<nng_strdup.3#,`nng_strdup()`>> +This string is created from the source using `<<nng_strdup.3#,nng_strdup()>>` and consequently must be freed by the caller using -<<nng_strfree.3#,`nng_strfree()`>> when it is no longer needed. +`<<nng_strfree.3#,nng_strfree()>>` when it is no longer needed. ==== `nng_getopt_uint64()` This function is used to retrieve a 64-bit unsigned value into the value |
