diff options
Diffstat (limited to 'docs/man/nn_connect.3compat.adoc')
| -rw-r--r-- | docs/man/nn_connect.3compat.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/man/nn_connect.3compat.adoc b/docs/man/nn_connect.3compat.adoc index add14060..f5002b82 100644 --- a/docs/man/nn_connect.3compat.adoc +++ b/docs/man/nn_connect.3compat.adoc @@ -28,7 +28,7 @@ The `nn_connect()` function arranges for the socket _sock_ to inititate connection to a peer 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 |
