Skip to content

Commit

Permalink
libcurl/c/curl_multi_socket_all: new manpage
Browse files Browse the repository at this point in the history
It previously shared page with curl_multi_socket
  • Loading branch information
bagder committed Jul 1, 2024
1 parent 6a5302d commit 73f9f31
Show file tree
Hide file tree
Showing 2 changed files with 31 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 @@ -117,6 +117,7 @@ PAGES = \
curl_multi_remove_handle.html \
curl_multi_setopt.html \
curl_multi_socket.html \
curl_multi_socket_all.html \
curl_multi_socket_action.html \
curl_multi_strerror.html \
curl_multi_timeout.html \
Expand Down Expand Up @@ -515,6 +516,11 @@ curl_multi_socket.html: _curl_multi_socket.html $(MAINPARTS_CAPI) curl_multi_soc
curl_multi_socket.gen: $(MANROOT)/curl_multi_socket.3 curlopt2href.pl
$(REN)$(MAN2HTML) < $< >$@

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

curl_multi_socket_action.html: _curl_multi_socket_action.html $(MAINPARTS_CAPI) curl_multi_socket_action.gen
$(REN)$(MANACTION)
curl_multi_socket_action.gen: $(MANROOT)/curl_multi_socket_action.3 curlopt2href.pl
Expand Down
25 changes: 25 additions & 0 deletions libcurl/c/_curl_multi_socket_all.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
#include "_doctype.html"
<html>
<head> <title>curl_multi_socket_all</title>
#include "css.t"
#include "manpage.t"
</head>

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

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

WHERE3(libcurl, "/libcurl/", API, "/libcurl/c/", libcurl)
TITLE(curl_multi_socket_all - reads/writes available data for all handles)
#include "libcurl-related.t"
#include "curl_multi_socket_all.gen"
#include "_footer.html"

</body>
</html>

0 comments on commit 73f9f31

Please sign in to comment.