aboutsummaryrefslogtreecommitdiff
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
parentf00c0fd4a4b07946d2f60dee8a1b4fb4221d5470 (diff)
downloadnng-467ecfb13458d64a777aa8c25402307e6d63525a.tar.gz
nng-467ecfb13458d64a777aa8c25402307e6d63525a.tar.bz2
nng-467ecfb13458d64a777aa8c25402307e6d63525a.zip
s/NNG_DUR_/NNG_DURATION_
-rw-r--r--docs/man/nng_ctx_get.3.adoc4
-rw-r--r--docs/man/nng_ctx_getopt.3.adoc4
-rw-r--r--docs/man/nng_dialer_get.3.adoc4
-rw-r--r--docs/man/nng_dialer_getopt.3.adoc4
-rw-r--r--docs/man/nng_getopt.3.adoc4
-rw-r--r--docs/man/nng_socket_get.3.adoc4
-rw-r--r--docs/man/nng_stream_dialer_get.3str.adoc4
-rw-r--r--docs/man/nng_stream_get.3str.adoc4
-rw-r--r--docs/man/nng_stream_listener_get.3str.adoc4
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 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.