aboutsummaryrefslogtreecommitdiff
path: root/docs/man
diff options
context:
space:
mode:
authorGarrett D'Amore <garrett@damore.org>2020-08-01 18:38:03 -0700
committerGarrett D'Amore <garrett@damore.org>2020-08-01 18:38:03 -0700
commit07846a10b7a840b206a1c24f1df70e2fbaed1fd4 (patch)
treec9fedb31a900d019b8f24f4323e49b0c3c2dedca /docs/man
parent7c412ca35f07333886fde62c434995dd8179d202 (diff)
downloadnng-07846a10b7a840b206a1c24f1df70e2fbaed1fd4.tar.gz
nng-07846a10b7a840b206a1c24f1df70e2fbaed1fd4.tar.bz2
nng-07846a10b7a840b206a1c24f1df70e2fbaed1fd4.zip
fix title of nng_http_res_del_header
Diffstat (limited to 'docs/man')
-rw-r--r--docs/man/nng_http_res_del_header.3http.adoc8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/man/nng_http_res_del_header.3http.adoc b/docs/man/nng_http_res_del_header.3http.adoc
index 803dc657..2a8500ee 100644
--- a/docs/man/nng_http_res_del_header.3http.adoc
+++ b/docs/man/nng_http_res_del_header.3http.adoc
@@ -1,6 +1,6 @@
-= nng_http_res_set_header(3http)
+= nng_http_res_del_header(3http)
//
-// Copyright 2018 Staysail Systems, Inc. <info@staysail.tech>
+// Copyright 2020 Staysail Systems, Inc. <info@staysail.tech>
// Copyright 2018 Capitar IT Group BV <info@capitar.com>
//
// This document is supplied under the terms of the MIT License, a
@@ -11,7 +11,7 @@
== NAME
-nng_http_res_set_header - set HTTP response header
+nng_http_res_del_header - delete HTTP response header
== SYNOPSIS
@@ -20,7 +20,7 @@ nng_http_res_set_header - set HTTP response header
#include <nng/nng.h>
#include <nng/supplemental/http/http.h>
-int nng_http_res_set_header(nng_http_res *res, const char *key);
+int nng_http_res_del_header(nng_http_res *res, const char *key);
----
== DESCRIPTION