aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvgeny Grin (Karlson2k) <k2k@narod.ru>2024-01-05 13:58:26 +0300
committerEvgeny Grin (Karlson2k) <k2k@narod.ru>2024-01-05 13:58:26 +0300
commitbcfdf016a44168d3ccaffc05e63f2c0030eb9988 (patch)
treef15b4c2a42d272f5617f167f79939f3e063c0c2e
parent47f5f72591b72a0c1ff8d08ba7b6bb492ccead91 (diff)
downloadlibmicrohttpd-bcfdf016a44168d3ccaffc05e63f2c0030eb9988.tar.gz
libmicrohttpd-bcfdf016a44168d3ccaffc05e63f2c0030eb9988.zip
Docs correction as suggested by Aymeric Agon-Rambosson in ML
-rw-r--r--doc/libmicrohttpd.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/libmicrohttpd.texi b/doc/libmicrohttpd.texi
index e1fc05bd..4701477b 100644
--- a/doc/libmicrohttpd.texi
+++ b/doc/libmicrohttpd.texi
@@ -2614,7 +2614,7 @@ Return @code{NULL} on error (i.e. invalid arguments, out of memory).
2614@end deftypefun 2614@end deftypefun
2615 2615
2616 2616
2617@deftypefun {struct MHD_Response *} MHD_create_response_from_pipe (uint64_t size, int fd) 2617@deftypefun {struct MHD_Response *} MHD_create_response_from_pipe (int fd)
2618Create a response object. The response object can be extended with 2618Create a response object. The response object can be extended with
2619header information and then it can be used ONLY ONCE. 2619header information and then it can be used ONLY ONCE.
2620 2620