From 467ecfb13458d64a777aa8c25402307e6d63525a Mon Sep 17 00:00:00 2001 From: Patrik Wenger Date: Mon, 1 Jan 2024 16:03:19 +0100 Subject: [PATCH] s/NNG_DUR_/NNG_DURATION_ --- docs/man/nng_ctx_get.3.adoc | 4 ++-- docs/man/nng_ctx_getopt.3.adoc | 4 ++-- docs/man/nng_dialer_get.3.adoc | 4 ++-- docs/man/nng_dialer_getopt.3.adoc | 4 ++-- docs/man/nng_getopt.3.adoc | 4 ++-- docs/man/nng_socket_get.3.adoc | 4 ++-- docs/man/nng_stream_dialer_get.3str.adoc | 4 ++-- docs/man/nng_stream_get.3str.adoc | 4 ++-- docs/man/nng_stream_listener_get.3str.adoc | 4 ++-- 9 files changed, 18 insertions(+), 18 deletions(-) diff --git a/docs/man/nng_ctx_get.3.adoc b/docs/man/nng_ctx_get.3.adoc index 3ba3f0723..48237b23d 100644 --- a/docs/man/nng_ctx_get.3.adoc +++ b/docs/man/nng_ctx_get.3.adoc @@ -85,8 +85,8 @@ The value will be stored at _ivalp_. `nng_ctx_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_ctx_get_size()`:: This function is used to retrieve a size into the pointer _zp_, diff --git a/docs/man/nng_ctx_getopt.3.adoc b/docs/man/nng_ctx_getopt.3.adoc index 5b7afd700..2214a3eb4 100644 --- a/docs/man/nng_ctx_getopt.3.adoc +++ b/docs/man/nng_ctx_getopt.3.adoc @@ -88,8 +88,8 @@ The value will be stored at _ivalp_. `nng_ctx_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_ctx_getopt_size()`:: This function is used to retrieve a size into the pointer _zp_, diff --git a/docs/man/nng_dialer_get.3.adoc b/docs/man/nng_dialer_get.3.adoc index 86f606a9b..e23ecd2c3 100644 --- a/docs/man/nng_dialer_get.3.adoc +++ b/docs/man/nng_dialer_get.3.adoc @@ -88,8 +88,8 @@ The value will be stored at _ivalp_. `nng_dialer_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_dialer_get_ptr()`:: This function is used to retrieve a pointer, _ptr_, to structured data. diff --git a/docs/man/nng_dialer_getopt.3.adoc b/docs/man/nng_dialer_getopt.3.adoc index f69f433fe..a40838193 100644 --- a/docs/man/nng_dialer_getopt.3.adoc +++ b/docs/man/nng_dialer_getopt.3.adoc @@ -91,8 +91,8 @@ The value will be stored at _ivalp_. `nng_dialer_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_dialer_getopt_ptr()`:: This function is used to retrieve a pointer, _ptr_, to structured data. diff --git a/docs/man/nng_getopt.3.adoc b/docs/man/nng_getopt.3.adoc index 0c65bd2df..364d8f719 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. diff --git a/docs/man/nng_socket_get.3.adoc b/docs/man/nng_socket_get.3.adoc index 6d8456adc..e304964ad 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. diff --git a/docs/man/nng_stream_dialer_get.3str.adoc b/docs/man/nng_stream_dialer_get.3str.adoc index c1e24b93d..4023e56f4 100644 --- a/docs/man/nng_stream_dialer_get.3str.adoc +++ b/docs/man/nng_stream_dialer_get.3str.adoc @@ -88,8 +88,8 @@ This function is for options which take an integer (`int`). This function is used to retrieve time xref:nng_duration.5.adoc[durations] (such as timeouts), stored 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_stream_dialer_get_ptr()`:: This function is used to retrieve a pointer to structured data. diff --git a/docs/man/nng_stream_get.3str.adoc b/docs/man/nng_stream_get.3str.adoc index 9a2b0220d..606fcc091 100644 --- a/docs/man/nng_stream_get.3str.adoc +++ b/docs/man/nng_stream_get.3str.adoc @@ -88,8 +88,8 @@ This function is for options which take an integer (`int`). This function is used to retrieve time xref:nng_duration.5.adoc[durations] (such as timeouts), stored 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_stream_get_ptr()`:: This function is used to retrieve a pointer to structured data. diff --git a/docs/man/nng_stream_listener_get.3str.adoc b/docs/man/nng_stream_listener_get.3str.adoc index 87c251581..927e36a81 100644 --- a/docs/man/nng_stream_listener_get.3str.adoc +++ b/docs/man/nng_stream_listener_get.3str.adoc @@ -89,8 +89,8 @@ This function is for options which take an integer (`int`). This function is used to retrieve time xref:nng_duration.5.adoc[durations] (such as timeouts), stored 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_stream_listener_get_ptr()`:: This function is used to retrieve a pointer to structured data.