aboutsummaryrefslogtreecommitdiff
path: root/doc/microhttpd.texi
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-05-08 19:56:41 +0000
committerChristian Grothoff <christian@grothoff.org>2011-05-08 19:56:41 +0000
commite58dc5b68cab30d333d9ec4f8c1b281640216d2a (patch)
tree81e6d686103bab8f21d35b5b8154295b1f098bdb /doc/microhttpd.texi
parentac3fe616d5c0407a99d3d7c312143b6214046b5b (diff)
downloadlibmicrohttpd-e58dc5b68cab30d333d9ec4f8c1b281640216d2a.tar.gz
libmicrohttpd-e58dc5b68cab30d333d9ec4f8c1b281640216d2a.zip
docu
Diffstat (limited to 'doc/microhttpd.texi')
-rw-r--r--doc/microhttpd.texi4
1 files changed, 2 insertions, 2 deletions
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)
1393file descriptor referring to a file on disk with the data; will be 1393file descriptor referring to a file on disk with the data; will be
1394closed when response is destroyed; note that 'fd' must be an actual 1394closed when response is destroyed; note that 'fd' must be an actual
1395file descriptor (not a pipe or socket) since MHD might use 'sendfile' 1395file descriptor (not a pipe or socket) since MHD might use 'sendfile'
1396or 'seek' on it 1396or 'seek' on it. The descriptor should be in blocking-IO mode.
1397@end table 1397@end table
1398 1398
1399Return @mynull{} on error (i.e. invalid arguments, out of memory). 1399Return @mynull{} on error (i.e. invalid arguments, out of memory).
@@ -1413,7 +1413,7 @@ file starting at offset).
1413file descriptor referring to a file on disk with the data; will be 1413file descriptor referring to a file on disk with the data; will be
1414closed when response is destroyed; note that 'fd' must be an actual 1414closed when response is destroyed; note that 'fd' must be an actual
1415file descriptor (not a pipe or socket) since MHD might use 'sendfile' 1415file descriptor (not a pipe or socket) since MHD might use 'sendfile'
1416or 'seek' on it 1416or 'seek' on it. The descriptor should be in blocking-IO mode.
1417 1417
1418@item offset 1418@item offset
1419offset to start reading from in the file 1419offset to start reading from in the file