aboutsummaryrefslogtreecommitdiff
path: root/docs/man/nng_close.3.adoc
diff options
context:
space:
mode:
Diffstat (limited to 'docs/man/nng_close.3.adoc')
-rw-r--r--docs/man/nng_close.3.adoc3
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/man/nng_close.3.adoc b/docs/man/nng_close.3.adoc
index dcad5cd4..4456f1c0 100644
--- a/docs/man/nng_close.3.adoc
+++ b/docs/man/nng_close.3.adoc
@@ -26,8 +26,7 @@ int nng_close(nng_socket s);
The `nng_close()` function closes the supplied socket, _s_.
Messages that have been submitted for sending may be flushed or delivered,
-depending upon the transport and the setting of the
-`<<nng_options.5#NNG_OPT_LINGER,NNG_OPT_LINGER>>` option.
+depending upon the transport.
Further attempts to use the socket after this call returns will result
in `NNG_ECLOSED`.