aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-02-26 21:23:11 +0100
committerChristian Grothoff <christian@grothoff.org>2021-02-26 21:23:11 +0100
commitb55c4031d49904148139660dea231f37f2afc878 (patch)
tree116de0c1d27bd252fd33acd75b782e9aca493304 /doc
parent2275296815b6f90f4b9fc313cb5c46879aae434d (diff)
downloadlibmicrohttpd-b55c4031d49904148139660dea231f37f2afc878.tar.gz
libmicrohttpd-b55c4031d49904148139660dea231f37f2afc878.zip
-misc style fixes, no semantic changes
Diffstat (limited to 'doc')
-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};