diff options
author | Christian Grothoff <christian@grothoff.org> | 2013-11-04 12:53:34 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2013-11-04 12:53:34 +0000 |
commit | 802d528bad19568b395da2430a56bafbadaca9fd (patch) | |
tree | b44f90f640281c1f1029d8b4d027cfd5db2e7fd9 | |
parent | c23a68c7b367fa264b5f1aab1c2f7f4a53a91312 (diff) | |
download | libmicrohttpd-802d528bad19568b395da2430a56bafbadaca9fd.tar.gz libmicrohttpd-802d528bad19568b395da2430a56bafbadaca9fd.zip |
-fix warnings in manual build
-rw-r--r-- | doc/libmicrohttpd.texi | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/libmicrohttpd.texi b/doc/libmicrohttpd.texi index e18c3014..6fa82ab5 100644 --- a/doc/libmicrohttpd.texi +++ b/doc/libmicrohttpd.texi | |||
@@ -3,11 +3,9 @@ | |||
3 | @include version.texi | 3 | @include version.texi |
4 | @settitle The GNU libmicrohttpd Reference Manual | 4 | @settitle The GNU libmicrohttpd Reference Manual |
5 | @c Unify all the indices into concept index. | 5 | @c Unify all the indices into concept index. |
6 | @syncodeindex fn cp | ||
7 | @syncodeindex vr cp | 6 | @syncodeindex vr cp |
8 | @syncodeindex ky cp | 7 | @syncodeindex ky cp |
9 | @syncodeindex pg cp | 8 | @syncodeindex pg cp |
10 | @syncodeindex tp cp | ||
11 | @copying | 9 | @copying |
12 | This manual is for GNU libmicrohttpd | 10 | This manual is for GNU libmicrohttpd |
13 | (version @value{VERSION}, @value{UPDATED}), a library for embedding | 11 | (version @value{VERSION}, @value{UPDATED}), a library for embedding |
@@ -1390,8 +1388,10 @@ user-code if @code{MHD_USE_INTERNAL_SELECT} is in use. In the latter | |||
1390 | case, the behavior is undefined. | 1388 | case, the behavior is undefined. |
1391 | 1389 | ||
1392 | @table @var | 1390 | @table @var |
1393 | @cindex timeout | 1391 | @item daemon |
1394 | set to the timeout (in milliseconds). | 1392 | which daemon to obtain the timeout from. |
1393 | @item timeout | ||
1394 | will be set to the timeout (in milliseconds). | ||
1395 | @end table | 1395 | @end table |
1396 | 1396 | ||
1397 | Return @code{MHD_YES} on success, @code{MHD_NO} if timeouts are not used | 1397 | Return @code{MHD_YES} on success, @code{MHD_NO} if timeouts are not used |