curl/docs
Gaël PORTAY 44b5468e8e
curl_multi_wait.3: escape backslash in example
The backslash in the character Line Feed must be escaped.

The current man-page outputs the code as following:

	fprintf(stderr, "curl_multi failed, code %d.0, mc);

The commit fixes it as follow:

	fprintf(stderr, "curl_multi failed, code %d\n", mc);

Closes #4079
2019-06-26 15:02:26 +02:00
..
cmdline-opts quote.d: asterisk prefix works for SFTP as well 2019-06-13 08:48:46 +02:00
examples examples/htmltitle: use C++ casts between pointer types 2019-06-05 20:38:11 +02:00
libcurl curl_multi_wait.3: escape backslash in example 2019-06-26 15:02:26 +02:00
.gitignore
ALTSVC.md docs/ALTSVC.md: docs describing the approach 2019-03-03 11:17:52 +01:00
BINDINGS.md
BUG-BOUNTY.md BUG-BOUNTY: minor formatting fixes [ci skip] 2019-05-09 23:30:26 +02:00
BUGS docs/BUG-BOUNTY: bug bounty time [skip ci] 2019-04-22 17:19:19 +02:00
CHECKSRC.md
CIPHERS.md tls13-docs: mention it is only for OpenSSL >= 1.1.1 2019-06-02 16:15:45 +02:00
CMakeLists.txt
CODE_OF_CONDUCT.md
CODE_STYLE.md docs: Markdown and misc improvements [ci skip] 2019-05-16 22:11:27 +00:00
CONTRIBUTE.md
curl-config.1
DEPRECATE.md PolarSSL: deprecate support step 1. Removed from configure. 2019-05-22 10:00:56 +02:00
FAQ FAQ: more minor updates and spelling fixes 2019-05-25 23:33:53 +02:00
FEATURES
GOVERNANCE.md GOVERNANCE.md: minor spelling fixes 2019-02-28 09:09:31 +01:00
HELP-US.md
HISTORY.md
HTTP2.md
HTTP-COOKIES.md
INSTALL
INSTALL.cmake
INSTALL.md docs: Markdown and misc improvements [ci skip] 2019-05-16 22:11:27 +00:00
INTERNALS.md wolfssl: refer to it as wolfSSL only 2019-06-10 09:18:16 +02:00
KNOWN_BUGS KNOWN_BUGS: Don't clear digest for single realm 2019-06-24 23:26:59 +02:00
LICENSE-MIXING.md
MAIL-ETIQUETTE
Makefile.am docs/BUG-BOUNTY: bug bounty time [skip ci] 2019-04-22 17:19:19 +02:00
MANUAL
mk-ca-bundle.1
README.cmake
README.md
README.netware
README.win32
RELEASE-PROCEDURE.md docs: Markdown and misc improvements [ci skip] 2019-05-16 22:11:27 +00:00
RESOURCES
ROADMAP.md ROADMAP: updated to some more current things to work on 2019-03-07 00:00:30 +01:00
SECURITY-PROCESS.md SECURITY-PROCESS: fix links [ci skip] 2019-05-11 17:50:37 +02:00
SSL-PROBLEMS.md docs: Markdown and misc improvements [ci skip] 2019-05-16 22:11:27 +00:00
SSLCERTS.md
THANKS THANKS: new contributors from 7.65.1 2019-06-04 22:33:57 +02:00
THANKS-filter
TheArtOfHttpScripting
TODO TODO: "at least N milliseconds between requests" [ci skip] 2019-06-03 22:55:48 +02:00
VERSIONS

curl logo

Documentation

You'll find a mix of various documentation in this directory and subdirectories, using several different formats. Some of them are not ideal for reading directly in your browser.

If you'd rather see the rendered version of the documentation, check out the curl web site's documentation section for general curl stuff or the libcurl section for libcurl related documentation.