curl/docs/libcurl
Daniel Stenberg c074ba64a8
code: language cleanup in comments
Based on the standards and guidelines we use for our documentation.

 - expand contractions (they're => they are etc)
 - host name = > hostname
 - file name => filename
 - user name = username
 - man page => manpage
 - run-time => runtime
 - set-up => setup
 - back-end => backend
 - a HTTP => an HTTP
 - Two spaces after a period => one space after period

Closes #14073
2024-07-01 22:58:55 +02:00
..
opts code: language cleanup in comments 2024-07-01 22:58:55 +02:00
.gitignore gitignore: the generated libcurl-symbols.md 2024-01-25 16:34:06 +01:00
ABI.md docs: use present tense 2024-02-27 09:47:21 +01:00
CMakeLists.txt cmake: use namespaced custom target names 2024-04-09 21:20:54 +00:00
curl_easy_cleanup.md docs/libcurl: polish the single-line descriptions 2024-06-30 16:03:03 +02:00
curl_easy_duphandle.md docs/libcurl: polish the single-line descriptions 2024-06-30 16:03:03 +02:00
curl_easy_escape.md curl_easy_escape: elaborate a little on encoding a URL 2024-07-01 10:45:59 +02:00
curl_easy_getinfo.md docs/libcurl: generate PROTOCOLS from meta-data 2024-03-23 18:13:03 +01:00
curl_easy_header.md docs: make each libcurl man specify protocol(s) 2024-03-21 15:27:06 +01:00
curl_easy_init.md docs/libcurl: polish the single-line descriptions 2024-06-30 16:03:03 +02:00
curl_easy_nextheader.md docs: make each libcurl man specify protocol(s) 2024-03-21 15:27:06 +01:00
curl_easy_option_by_id.md docs/libcurl: generate PROTOCOLS from meta-data 2024-03-23 18:13:03 +01:00
curl_easy_option_by_name.md docs/libcurl: generate PROTOCOLS from meta-data 2024-03-23 18:13:03 +01:00
curl_easy_option_next.md docs/libcurl: generate PROTOCOLS from meta-data 2024-03-23 18:13:03 +01:00
curl_easy_pause.md curl_easy_pause.md: use correct defines in example 2024-05-15 23:22:17 +02:00
curl_easy_perform.md docs/libcurl: generate PROTOCOLS from meta-data 2024-03-23 18:13:03 +01:00
curl_easy_recv.md docs/libcurl: generate PROTOCOLS from meta-data 2024-03-23 18:13:03 +01:00
curl_easy_reset.md docs/libcurl: generate PROTOCOLS from meta-data 2024-03-23 18:13:03 +01:00
curl_easy_send.md docs/libcurl: generate PROTOCOLS from meta-data 2024-03-23 18:13:03 +01:00
curl_easy_setopt.md tcpkeepalive: add CURLOPT_TCP_KEEPCNT and --keepalive-cnt 2024-06-12 09:31:17 +02:00
curl_easy_strerror.md docs/libcurl: generate PROTOCOLS from meta-data 2024-03-23 18:13:03 +01:00
curl_easy_unescape.md curl_easy_escape: elaborate a little on encoding a URL 2024-07-01 10:45:59 +02:00
curl_easy_upkeep.md docs/libcurl: polish the single-line descriptions 2024-06-30 16:03:03 +02:00
curl_escape.md docs/libcurl: polish the single-line descriptions 2024-06-30 16:03:03 +02:00
curl_formadd.md docs: make each libcurl man specify protocol(s) 2024-03-21 15:27:06 +01:00
curl_formfree.md docs: make each libcurl man specify protocol(s) 2024-03-21 15:27:06 +01:00
curl_formget.md docs/libcurl: polish the single-line descriptions 2024-06-30 16:03:03 +02:00
curl_free.md docs/libcurl: generate PROTOCOLS from meta-data 2024-03-23 18:13:03 +01:00
curl_getdate.md docs: misc language polish 2024-07-01 16:45:17 +02:00
curl_getenv.md docs/libcurl: generate PROTOCOLS from meta-data 2024-03-23 18:13:03 +01:00
curl_global_cleanup.md dllmain: Call OpenSSL thread cleanup for Windows and Cygwin 2024-04-24 04:04:25 -04:00
curl_global_init_mem.md docs/libcurl: polish the single-line descriptions 2024-06-30 16:03:03 +02:00
curl_global_init.md docs/libcurl: polish the single-line descriptions 2024-06-30 16:03:03 +02:00
curl_global_sslset.md docs/libcurl: polish the single-line descriptions 2024-06-30 16:03:03 +02:00
curl_global_trace.md ftp: add tracing support 2024-05-10 23:39:48 +02:00
curl_mime_addpart.md docs: make each libcurl man specify protocol(s) 2024-03-21 15:27:06 +01:00
curl_mime_data_cb.md docs: make each libcurl man specify protocol(s) 2024-03-21 15:27:06 +01:00
curl_mime_data.md docs: make each libcurl man specify protocol(s) 2024-03-21 15:27:06 +01:00
curl_mime_encoder.md docs: make each libcurl man specify protocol(s) 2024-03-21 15:27:06 +01:00
curl_mime_filedata.md docs: make each libcurl man specify protocol(s) 2024-03-21 15:27:06 +01:00
curl_mime_filename.md docs: make each libcurl man specify protocol(s) 2024-03-21 15:27:06 +01:00
curl_mime_free.md docs: make each libcurl man specify protocol(s) 2024-03-21 15:27:06 +01:00
curl_mime_headers.md docs: make each libcurl man specify protocol(s) 2024-03-21 15:27:06 +01:00
curl_mime_init.md docs: make each libcurl man specify protocol(s) 2024-03-21 15:27:06 +01:00
curl_mime_name.md docs: make each libcurl man specify protocol(s) 2024-03-21 15:27:06 +01:00
curl_mime_subparts.md docs: make each libcurl man specify protocol(s) 2024-03-21 15:27:06 +01:00
curl_mime_type.md docs: make each libcurl man specify protocol(s) 2024-03-21 15:27:06 +01:00
curl_mprintf.md curl_mprintf.md: add missing comma 2024-06-30 16:11:52 +02:00
curl_multi_add_handle.md docs/libcurl: generate PROTOCOLS from meta-data 2024-03-23 18:13:03 +01:00
curl_multi_assign.md docs/libcurl: generate PROTOCOLS from meta-data 2024-03-23 18:13:03 +01:00
curl_multi_cleanup.md docs/libcurl: generate PROTOCOLS from meta-data 2024-03-23 18:13:03 +01:00
curl_multi_fdset.md docs/libcurl: polish the single-line descriptions 2024-06-30 16:03:03 +02:00
curl_multi_get_handles.md docs/libcurl: polish the single-line descriptions 2024-06-30 16:03:03 +02:00
curl_multi_info_read.md docs/libcurl: generate PROTOCOLS from meta-data 2024-03-23 18:13:03 +01:00
curl_multi_init.md docs/libcurl: generate PROTOCOLS from meta-data 2024-03-23 18:13:03 +01:00
curl_multi_perform.md docs/libcurl: polish the single-line descriptions 2024-06-30 16:03:03 +02:00
curl_multi_poll.md docs/libcurl: polish the single-line descriptions 2024-06-30 16:03:03 +02:00
curl_multi_remove_handle.md docs/libcurl: generate PROTOCOLS from meta-data 2024-03-23 18:13:03 +01:00
curl_multi_setopt.md docs/libcurl: generate PROTOCOLS from meta-data 2024-03-23 18:13:03 +01:00
curl_multi_socket_action.md docs/libcurl: polish the single-line descriptions 2024-06-30 16:03:03 +02:00
curl_multi_socket_all.md docs/libcurl: polish the single-line descriptions 2024-06-30 16:03:03 +02:00
curl_multi_socket.md docs/libcurl: polish the single-line descriptions 2024-06-30 16:03:03 +02:00
curl_multi_strerror.md docs/libcurl: generate PROTOCOLS from meta-data 2024-03-23 18:13:03 +01:00
curl_multi_timeout.md docs/libcurl: generate PROTOCOLS from meta-data 2024-03-23 18:13:03 +01:00
curl_multi_wait.md docs/libcurl: polish the single-line descriptions 2024-06-30 16:03:03 +02:00
curl_multi_waitfds.md docs/libcurl: polish the single-line descriptions 2024-06-30 16:03:03 +02:00
curl_multi_wakeup.md docs/libcurl: polish the single-line descriptions 2024-06-30 16:03:03 +02:00
curl_pushheader_byname.md docs: make each libcurl man specify protocol(s) 2024-03-21 15:27:06 +01:00
curl_pushheader_bynum.md docs: make each libcurl man specify protocol(s) 2024-03-21 15:27:06 +01:00
curl_share_cleanup.md docs/libcurl: polish the single-line descriptions 2024-06-30 16:03:03 +02:00
curl_share_init.md docs/libcurl: polish the single-line descriptions 2024-06-30 16:03:03 +02:00
curl_share_setopt.md docs/libcurl: polish the single-line descriptions 2024-06-30 16:03:03 +02:00
curl_share_strerror.md docs/libcurl: generate PROTOCOLS from meta-data 2024-03-23 18:13:03 +01:00
curl_slist_append.md docs/libcurl: generate PROTOCOLS from meta-data 2024-03-23 18:13:03 +01:00
curl_slist_free_all.md docs/libcurl: generate PROTOCOLS from meta-data 2024-03-23 18:13:03 +01:00
curl_strequal.md curl_str[n]equal.md: tidy up text to make them stand-alone 2024-07-01 09:38:52 +02:00
curl_strnequal.md curl_str[n]equal.md: tidy up text to make them stand-alone 2024-07-01 09:38:52 +02:00
curl_unescape.md docs/libcurl: polish the single-line descriptions 2024-06-30 16:03:03 +02:00
curl_url_cleanup.md docs/libcurl: generate PROTOCOLS from meta-data 2024-03-23 18:13:03 +01:00
curl_url_dup.md docs/libcurl: generate PROTOCOLS from meta-data 2024-03-23 18:13:03 +01:00
curl_url_get.md urlapi: add CURLU_NO_GUESS_SCHEME 2024-06-01 23:51:42 +02:00
curl_url_set.md curl_url_set: elaborate on scheme guessing 2024-07-01 16:45:58 +02:00
curl_url_strerror.md docs/libcurl: generate PROTOCOLS from meta-data 2024-03-23 18:13:03 +01:00
curl_url.md docs/libcurl: polish the single-line descriptions 2024-06-30 16:03:03 +02:00
curl_version_info.md version: add "ECH" as a feature 2024-04-16 13:24:08 +02:00
curl_version.md docs/libcurl: generate PROTOCOLS from meta-data 2024-03-23 18:13:03 +01:00
curl_ws_meta.md docs: make each libcurl man specify protocol(s) 2024-03-21 15:27:06 +01:00
curl_ws_recv.md docs/libcurl: add TLS backend info for all TLS options 2024-03-22 14:07:55 +01:00
curl_ws_send.md docs: make each libcurl man specify protocol(s) 2024-03-21 15:27:06 +01:00
libcurl-easy.md docs/libcurl: generate PROTOCOLS from meta-data 2024-03-23 18:13:03 +01:00
libcurl-env-dbg.md CI: add whitespace checker 2024-06-27 13:33:30 +02:00
libcurl-env.md docs/libcurl: generate PROTOCOLS from meta-data 2024-03-23 18:13:03 +01:00
libcurl-errors.md TLS: add support for ECH (Encrypted Client Hello) 2024-04-16 08:10:53 +02:00
libcurl-multi.md docs/libcurl: generate PROTOCOLS from meta-data 2024-03-23 18:13:03 +01:00
libcurl-security.md docs: reference non deprecated libcurl options 2024-06-14 13:24:41 +02:00
libcurl-share.md docs/libcurl: generate PROTOCOLS from meta-data 2024-03-23 18:13:03 +01:00
libcurl-thread.md dllmain: Call OpenSSL thread cleanup for Windows and Cygwin 2024-04-24 04:04:25 -04:00
libcurl-tutorial.md docs/libcurl: generate PROTOCOLS from meta-data 2024-03-23 18:13:03 +01:00
libcurl-url.md docs/libcurl: generate PROTOCOLS from meta-data 2024-03-23 18:13:03 +01:00
libcurl-ws.md docs/libcurl: generate PROTOCOLS from meta-data 2024-03-23 18:13:03 +01:00
libcurl.m4 misc: Fix typos in docs and lib 2024-03-01 09:59:48 +01:00
libcurl.md docs/libcurl: generate PROTOCOLS from meta-data 2024-03-23 18:13:03 +01:00
Makefile.am docs: dist curl*.1 and install without perl 2024-02-20 10:35:13 +01:00
Makefile.inc lib: add curl_multi_waitfds 2024-04-09 16:53:40 +02:00
mksymbolsmanpage.pl docs: misc language polish 2024-07-01 16:45:17 +02:00
symbols-in-versions tcpkeepalive: add CURLOPT_TCP_KEEPCNT and --keepalive-cnt 2024-06-12 09:31:17 +02:00
symbols.pl docs: remove use of the word 'very' 2023-09-07 22:52:07 +02:00