aboutsummaryrefslogtreecommitdiff
path: root/docs/man/nng_http_server_res_error.3http.adoc
diff options
context:
space:
mode:
Diffstat (limited to 'docs/man/nng_http_server_res_error.3http.adoc')
-rw-r--r--docs/man/nng_http_server_res_error.3http.adoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/man/nng_http_server_res_error.3http.adoc b/docs/man/nng_http_server_res_error.3http.adoc
index a62628f7..c1ab7f51 100644
--- a/docs/man/nng_http_server_res_error.3http.adoc
+++ b/docs/man/nng_http_server_res_error.3http.adoc
@@ -20,7 +20,7 @@ nng_http_server_res_error - use HTTP server error page
#include <nng/nng.h>
#include <nng/supplemental/http/http.h>
-int nng_http_server_set_error_file(nng_http_server *server,
+int nng_http_server_res_error(nng_http_server *server,
nng_http_res *response);
----