diff options
Diffstat (limited to 'docs/man/nng_socket_get.3.adoc')
| -rw-r--r-- | docs/man/nng_socket_get.3.adoc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/man/nng_socket_get.3.adoc b/docs/man/nng_socket_get.3.adoc index 6d8456ad..e304964a 100644 --- a/docs/man/nng_socket_get.3.adoc +++ b/docs/man/nng_socket_get.3.adoc @@ -93,8 +93,8 @@ The value will be stored at _ivalp_. `nng_socket_get_ms()`:: This function is used to retrieve time xref:nng_duration.5.adoc[durations] (such as timeouts), stored in _durp_ as a number of milliseconds. -(The special value ((`NNG_DUR_INFINITE`)) means an infinite amount of time, and -the special value ((`NNG_DUR_DEFAULT`)) means a context-specific default.) +(The special value ((`NNG_DURATION_INFINITE`)) means an infinite amount of time, and +the special value ((`NNG_DURATION_DEFAULT`)) means a context-specific default.) `nng_socket_get_ptr()`:: This function is used to retrieve a pointer, _ptr_, to structured data. |
