aboutsummaryrefslogtreecommitdiff
path: root/docs/man/nng_http_req_set_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_set_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_set_data.3http.adoc')
-rw-r--r--docs/man/nng_http_req_set_data.3http.adoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/man/nng_http_req_set_data.3http.adoc b/docs/man/nng_http_req_set_data.3http.adoc
index 5988386e..2e1631ae 100644
--- a/docs/man/nng_http_req_set_data.3http.adoc
+++ b/docs/man/nng_http_req_set_data.3http.adoc
@@ -28,7 +28,7 @@ int nng_http_req_set_data(nng_http_req *req, const void *body, size_t size);
The `nng_http_req_set_data()` sets the HTTP body associated with
the request _req_ to _body_, and the size of the body to _size_.
This 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_.