-
Notifications
You must be signed in to change notification settings - Fork 89
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
libcurl/c/curl_multi_socket_all: new manpage
It previously shared page with curl_multi_socket
- Loading branch information
Showing
2 changed files
with
31 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |