From e58dc5b68cab30d333d9ec4f8c1b281640216d2a Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 8 May 2011 19:56:41 +0000 Subject: docu --- doc/microhttpd.texi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/microhttpd.texi') diff --git a/doc/microhttpd.texi b/doc/microhttpd.texi index ab8c5c9e..f46b7e87 100644 --- a/doc/microhttpd.texi +++ b/doc/microhttpd.texi @@ -1393,7 +1393,7 @@ size of the file) file descriptor referring to a file on disk with the data; will be closed when response is destroyed; note that 'fd' must be an actual file descriptor (not a pipe or socket) since MHD might use 'sendfile' -or 'seek' on it +or 'seek' on it. The descriptor should be in blocking-IO mode. @end table Return @mynull{} on error (i.e. invalid arguments, out of memory). @@ -1413,7 +1413,7 @@ file starting at offset). file descriptor referring to a file on disk with the data; will be closed when response is destroyed; note that 'fd' must be an actual file descriptor (not a pipe or socket) since MHD might use 'sendfile' -or 'seek' on it +or 'seek' on it. The descriptor should be in blocking-IO mode. @item offset offset to start reading from in the file -- cgit v1.2.3