aboutsummaryrefslogtreecommitdiff
path: root/docs/man/nng_socket_get.3.adoc
diff options
context:
space:
mode:
authorPatrik Wenger <patrik.wenger@mindclue.ch>2024-01-01 16:03:19 +0100
committerGarrett D'Amore <garrett@damore.org>2024-01-01 08:25:56 -0800
commit467ecfb13458d64a777aa8c25402307e6d63525a (patch)
treecb997db4922be7a9ffe25471b5099124d286c660 /docs/man/nng_socket_get.3.adoc
parentf00c0fd4a4b07946d2f60dee8a1b4fb4221d5470 (diff)
downloadnng-467ecfb13458d64a777aa8c25402307e6d63525a.tar.gz
nng-467ecfb13458d64a777aa8c25402307e6d63525a.tar.bz2
nng-467ecfb13458d64a777aa8c25402307e6d63525a.zip
s/NNG_DUR_/NNG_DURATION_
Diffstat (limited to 'docs/man/nng_socket_get.3.adoc')
-rw-r--r--docs/man/nng_socket_get.3.adoc4
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.