aboutsummaryrefslogtreecommitdiff
path: root/doc/libmicrohttpd.texi
diff options
context:
space:
mode:
Diffstat (limited to 'doc/libmicrohttpd.texi')
-rw-r--r--doc/libmicrohttpd.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/libmicrohttpd.texi b/doc/libmicrohttpd.texi
index 2a4f09d2..bb6cab7c 100644
--- a/doc/libmicrohttpd.texi
+++ b/doc/libmicrohttpd.texi
@@ -2181,7 +2181,7 @@ The response object can be extended with header information and then be used
2181any number of times. 2181any number of times.
2182@table @var 2182@table @var
2183@item iov 2183@item iov
2184the array for response data buffers, an internal copy of this will be made; 2184the array for response data buffers, an internal copy of this will be made; however, note that the data pointed to by the @var{iov} is not copied and must be preserved unchanged at the given locations until the response is no longer in use and the @var{crfc} is called;
2185 2185
2186@item iovcnt 2186@item iovcnt
2187the number of elements in @var{iov}; 2187the number of elements in @var{iov};