diff options
Diffstat (limited to 'docs/man/nng_close.3.adoc')
| -rw-r--r-- | docs/man/nng_close.3.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/man/nng_close.3.adoc b/docs/man/nng_close.3.adoc index 3f1c68f3..e1753dc3 100644 --- a/docs/man/nng_close.3.adoc +++ b/docs/man/nng_close.3.adoc @@ -27,7 +27,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. +`<<nng_options.5#NNG_OPT_LINGER,NNG_OPT_LINGER>>` option. Further attempts to use the socket after this call returns will result in `NNG_ECLOSED`. |
