mirror of
https://github.com/curl/curl.git
synced 2026-07-29 04:43:11 +03:00
docs: grammar proofread, typo fixes
(Partially automated) proofread of most of the documentation, leading to various typo fixes. Closes #8353
This commit is contained in:
parent
91e3996aa7
commit
b341b7675b
21 changed files with 68 additions and 65 deletions
|
|
@ -786,7 +786,7 @@ problems may have been fixed or changed somewhat since this was written.
|
|||
9.3 Remote recursive folder creation with SFTP
|
||||
|
||||
On this servers, the curl fails to create directories on the remote server
|
||||
even when CURLOPT_FTP_CREATE_MISSING_DIRS option is set.
|
||||
even when the CURLOPT_FTP_CREATE_MISSING_DIRS option is set.
|
||||
|
||||
See https://github.com/curl/curl/issues/5204
|
||||
|
||||
|
|
@ -940,7 +940,7 @@ problems may have been fixed or changed somewhat since this was written.
|
|||
|
||||
When libcurl creates sockets with socketpair(), those are not "exposed" in
|
||||
CURLOPT_OPENSOCKETFUNCTION and therefore might surprise and be unknown to
|
||||
applications that expects and wants all sockets known beforehand. One way to
|
||||
applications that expect and want all sockets known beforehand. One way to
|
||||
address this issue is to introduce a CURLOPT_OPENSOCKETPAIRFUNCTION callback.
|
||||
|
||||
https://github.com/curl/curl/issues/5747
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue