From 07846a10b7a840b206a1c24f1df70e2fbaed1fd4 Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Sat, 1 Aug 2020 18:38:03 -0700 Subject: fix title of nng_http_res_del_header --- docs/man/nng_http_res_del_header.3http.adoc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'docs') 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. +// Copyright 2020 Staysail Systems, Inc. // Copyright 2018 Capitar IT Group BV // // 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 #include -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 -- cgit v1.2.3-70-g09d2