aboutsummaryrefslogtreecommitdiff
path: root/docs/man/nng_http_req_copy_data.3http.adoc
diff options
context:
space:
mode:
authorGarrett D'Amore <garrett@damore.org>2018-06-07 18:31:24 -0700
committerGarrett D'Amore <garrett@damore.org>2018-06-08 11:47:10 -0700
commitad927e22d39ee61454c644d5c226fded8699d033 (patch)
treeda1dcdc87856fc85872671e090c99159146c51ad /docs/man/nng_http_req_copy_data.3http.adoc
parentb9cb718076bf1c408076153e33b5cd7ecc741d26 (diff)
downloadnng-ad927e22d39ee61454c644d5c226fded8699d033.tar.gz
nng-ad927e22d39ee61454c644d5c226fded8699d033.tar.bz2
nng-ad927e22d39ee61454c644d5c226fded8699d033.zip
fixes #510 HTTP and TLS man pages refer to private symbols
Diffstat (limited to 'docs/man/nng_http_req_copy_data.3http.adoc')
-rw-r--r--docs/man/nng_http_req_copy_data.3http.adoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/man/nng_http_req_copy_data.3http.adoc b/docs/man/nng_http_req_copy_data.3http.adoc
index a6eb9382..66562d8b 100644
--- a/docs/man/nng_http_req_copy_data.3http.adoc
+++ b/docs/man/nng_http_req_copy_data.3http.adoc
@@ -30,7 +30,7 @@ and sets the HTTP body for the request _req_ to it.
The copy will be deallocated automatically when _req_ is freed.
The copied body data will be automatically sent with the request when it
-is sent using `<<nng_http_conn_write_req.3http#,nni_http_conn_write_req()>>`.
+is sent using `<<nng_http_conn_write_req.3http#,nng_http_conn_write_req()>>`.
This also updates the relevant `Content-Length` header of _req_.