aboutsummaryrefslogtreecommitdiff
path: root/docs/man/nng_http_server_release.3http.adoc
diff options
context:
space:
mode:
Diffstat (limited to 'docs/man/nng_http_server_release.3http.adoc')
-rw-r--r--docs/man/nng_http_server_release.3http.adoc5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/man/nng_http_server_release.3http.adoc b/docs/man/nng_http_server_release.3http.adoc
index 9f3ab798..62aff752 100644
--- a/docs/man/nng_http_server_release.3http.adoc
+++ b/docs/man/nng_http_server_release.3http.adoc
@@ -16,12 +16,12 @@ nng_http_server_release - release HTTP server instance
== SYNOPSIS
[source, c]
------------
+----
#include <nng/nng.h>
#include <nng/supplemental/http/http.h>
void nng_http_server_release(nng_http_server *server);
------------
+----
== DESCRIPTION
@@ -48,6 +48,7 @@ None.
== SEE ALSO
+[.text-left]
<<nng_http_server_hold.3http#,nng_http_server_hold(3http)>>,
<<nng_http_server_stop.3http#,nng_http_server_stop(3http)>>,
<<nng.7#,nng(7)>>