aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-07-22 12:37:45 +0200
committerChristian Grothoff <christian@grothoff.org>2019-07-22 12:37:45 +0200
commit9c7dc624ac5b251101e5f5b351ec660f67b312af (patch)
treef6c9ac770c735fbb65236260bf004b9f8d5760cc /doc
parent3d1b941137f9d8379e6e67d5abd57be5ae6ebe1a (diff)
downloadlibmicrohttpd-9c7dc624ac5b251101e5f5b351ec660f67b312af.tar.gz
libmicrohttpd-9c7dc624ac5b251101e5f5b351ec660f67b312af.zip
unify
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 aa3f0242..242e338b 100644
--- a/doc/libmicrohttpd.texi
+++ b/doc/libmicrohttpd.texi
@@ -1226,7 +1226,7 @@ Use a custom function for freeing the memory passed when using
1226@code{MHD_RESPMEM_MUST_FREE}. This replaces the use of libc's 1226@code{MHD_RESPMEM_MUST_FREE}. This replaces the use of libc's
1227@code{free()} function to release the memory with an implementation 1227@code{free()} function to release the memory with an implementation
1228provided by the application. The next argument must be of type 1228provided by the application. The next argument must be of type
1229@code{MHD_FreeFunction}. 1229@code{MHD_ContentReaderFreeCallback}.
1230@end table 1230@end table
1231@end deftp 1231@end deftp
1232 1232