summaryrefslogtreecommitdiff
path: root/docs/man/nng_http_hijack.adoc
diff options
context:
space:
mode:
Diffstat (limited to 'docs/man/nng_http_hijack.adoc')
-rw-r--r--docs/man/nng_http_hijack.adoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/man/nng_http_hijack.adoc b/docs/man/nng_http_hijack.adoc
index 8a08751f..ef1c5b73 100644
--- a/docs/man/nng_http_hijack.adoc
+++ b/docs/man/nng_http_hijack.adoc
@@ -33,7 +33,7 @@ WebSocket), where the underlying HTTP connection will be taken over for
some other purpose, and should not be used any further by the server.
This function is most useful when called from a handler function.
-(See <<nng_http_alloc_handler#,nng_http_alloc_handler(3).)
+(See <<nng_http_handler_alloc#,nng_http_handler_alloc(3).)
NOTE: It is the responsibility of the caller to dispose of the underlying
connection when it is no longer needed. Furthermore, the HTTP server will
@@ -57,7 +57,7 @@ None.
== SEE ALSO
-<<nng_http_alloc_handler#,nng_http_alloc_handler(3)>>,
<<nng_http_conn_write_res#,nng_http_conn_write_res(3)>>,
+<<nng_http_handler_alloc#,nng_http_handler_alloc(3)>>,
<<nng_strerror#,nng_strerror(3)>>,
<<nng#,nng(7)>>