aboutsummaryrefslogtreecommitdiff
path: root/docs/man/nn_getsockopt.3compat.adoc
diff options
context:
space:
mode:
Diffstat (limited to 'docs/man/nn_getsockopt.3compat.adoc')
-rw-r--r--docs/man/nn_getsockopt.3compat.adoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/man/nn_getsockopt.3compat.adoc b/docs/man/nn_getsockopt.3compat.adoc
index 75adfb58..7701013a 100644
--- a/docs/man/nn_getsockopt.3compat.adoc
+++ b/docs/man/nn_getsockopt.3compat.adoc
@@ -97,10 +97,10 @@ The default is 100.
`NN_RECONNECT_IVL_MAX`::
Maximum reconnect interval in milliseconds.
Subsequent reconnection attempts after a failed attempt are made at
-exponentially increasing intervals (backoff), but the interval is
+exponentially increasing intervals (back-off), but the interval is
capped by this value.
If this value is smaller than `NN_RECONNECT_IVL`, then no exponential
-backoff is performed, and each reconnect interval will be determined
+back-off is performed, and each reconnect interval will be determined
solely by `NN_RECONNECT_IVL`.
The default is zero.