summaryrefslogtreecommitdiff
path: root/docs/man/nng_getopt.3.adoc
diff options
context:
space:
mode:
Diffstat (limited to 'docs/man/nng_getopt.3.adoc')
-rw-r--r--docs/man/nng_getopt.3.adoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/man/nng_getopt.3.adoc b/docs/man/nng_getopt.3.adoc
index 0c65bd2d..364d8f71 100644
--- a/docs/man/nng_getopt.3.adoc
+++ b/docs/man/nng_getopt.3.adoc
@@ -90,8 +90,8 @@ The value will be stored at _ivalp_.
`nng_getopt_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_getopt_ptr()`::
This function is used to retrieve a pointer, _ptr_, to structured data.