diff options
Diffstat (limited to 'docs/man/nng_http_server_release.3http.adoc')
| -rw-r--r-- | docs/man/nng_http_server_release.3http.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/man/nng_http_server_release.3http.adoc b/docs/man/nng_http_server_release.3http.adoc index b17e44af..9f3ab798 100644 --- a/docs/man/nng_http_server_release.3http.adoc +++ b/docs/man/nng_http_server_release.3http.adoc @@ -27,7 +27,7 @@ void nng_http_server_release(nng_http_server *server); The `nng_http_server_release()` releases an instance of an HTTP _server_ that was previously held with -<<nng_http_server_hold.3http#,`nng_http_server_hold()`>>. +`<<nng_http_server_hold.3http#,nng_http_server_hold()>>`. This effectively drops the reference count on the server instance. When the reference count drops to zero, then the _server_ and all resources |
