diff options
Diffstat (limited to 'docs/man/nn_bind.3compat.adoc')
| -rw-r--r-- | docs/man/nn_bind.3compat.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/man/nn_bind.3compat.adoc b/docs/man/nn_bind.3compat.adoc index 79ff2c04..42f5c58f 100644 --- a/docs/man/nn_bind.3compat.adoc +++ b/docs/man/nn_bind.3compat.adoc @@ -28,7 +28,7 @@ The `nn_bind()` function arranges for the socket _sock_ to accept connections at the address specified by _url_. An "`endpoint identifier`" for this socket's association with the _url_ is returned to the caller on success. -This ID can be used with `<<nn_shutdown.3compat#,nn_shutdown()>>`` to +This ID can be used with `<<nn_shutdown.3compat#,nn_shutdown()>>` to "`unbind`" the socket from the address at _url_. NOTE: This function is provided for API |
