Skip to content

Commit

Permalink
curl_multi_waitfds: publish the manpage
Browse files Browse the repository at this point in the history
  • Loading branch information
bagder committed Apr 9, 2024
1 parent cf163f6 commit b464ec3
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 0 deletions.
6 changes: 6 additions & 0 deletions libcurl/c/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ PAGES = \
curl_multi_strerror.html \
curl_multi_timeout.html \
curl_multi_wait.html \
curl_multi_waitfds.html \
curl_multi_wakeup.html \
curl_pushheader_byname.html \
curl_pushheader_bynum.html \
Expand Down Expand Up @@ -425,6 +426,11 @@ curl_multi_fdset.html: _curl_multi_fdset.html $(MAINPARTS_CAPI) curl_multi_fdset
curl_multi_fdset.gen: $(MANROOT)/curl_multi_fdset.3 curlopt2href.pl
$(REN)$(MAN2HTML) < $< >$@

curl_multi_waitfds.html: _curl_multi_waitfds.html $(MAINPARTS_CAPI) curl_multi_waitfds.gen
$(REN)$(MANACTION)
curl_multi_waitfds.gen: $(MANROOT)/curl_multi_waitfds.3 curlopt2href.pl
$(REN)$(MAN2HTML) < $< >$@

curl_multi_info_read.html: _curl_multi_info_read.html $(MAINPARTS_CAPI) curl_multi_info_read.gen
$(REN)$(MANACTION)
curl_multi_info_read.gen: $(MANROOT)/curl_multi_info_read.3 curlopt2href.pl
Expand Down
1 change: 1 addition & 0 deletions libcurl/c/_allfuncs.html
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@
<br><a href="curl_multi_timeout.html">curl_multi_timeout</a>
<br><a href="curl_multi_poll.html">curl_multi_poll</a>
<br><a href="curl_multi_wait.html">curl_multi_wait</a>
<br><a href="curl_multi_waitfds.html">curl_multi_waitfds</a>
<br><a href="curl_multi_wakeup.html">curl_multi_wakeup</a>
<br><a href="curl_pushheader_byname.html">curl_pushheader_byname</a>
<br><a href="curl_pushheader_bynum.html">curl_pushheader_bynum</a>
Expand Down
25 changes: 25 additions & 0 deletions libcurl/c/_curl_multi_waitfds.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
#include "_doctype.html"
<html>
<head> <title>curl_multi_waitfds</title>
#include "css.t"
#include "manpage.t"
</head>

#define RAW_FILE curl_multi_waitfds.md
#define BUG_TITLE curl_multi_waitfds%20man%20page:
#define MENU_MULTI
#define LIBCURL_DOCS
#define DOCS_MULTI_WAITFDS
#define CURL_URL libcurl/c/curl_multi_waitfds.html

#include "_menu.html"
#include "setup.t"

WHERE3(libcurl, "/libcurl/", API, "/libcurl/c/", libcurl)
TITLE(curl_multi_waitfds - extracts file descriptors from multi handle)
#include "libcurl-related.t"
#include "curl_multi_waitfds.gen"
#include "_footer.html"

</body>
</html>

0 comments on commit b464ec3

Please sign in to comment.