From 467ecfb13458d64a777aa8c25402307e6d63525a Mon Sep 17 00:00:00 2001 From: Patrik Wenger Date: Mon, 1 Jan 2024 16:03:19 +0100 Subject: 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(-) (limited to 'docs') diff --git a/docs/man/nng_ctx_get.3.adoc b/docs/man/nng_ctx_get.3.adoc index 3ba3f072..48237b23 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 5b7afd70..2214a3eb 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 86f606a9..e23ecd2c 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 f69f433f..a4083819 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 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. 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. diff --git a/docs/man/nng_stream_dialer_get.3str.adoc b/docs/man/nng_stream_dialer_get.3str.adoc index c1e24b93..4023e56f 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 9a2b0220..606fcc09 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 87c25158..927e36a8 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. -- cgit v1.2.3-70-g09d2