mirror of
https://github.com/curl/curl.git
synced 2026-07-24 13:37:18 +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
|
|
@ -153,7 +153,7 @@ since it often means passing around the password in plain text and is thus a
|
|||
security risk.
|
||||
|
||||
URLs for IMAP, POP3 and SMTP also support *login options* as part of the
|
||||
userinfo field. they are provided as a semicolon after the password and then
|
||||
userinfo field. They are provided as a semicolon after the password and then
|
||||
the options.
|
||||
|
||||
## Hostname
|
||||
|
|
@ -220,7 +220,7 @@ directory listing for the root / home directory will be returned.
|
|||
|
||||
FTP servers typically put the user in its "home directory" after login, which
|
||||
then differs between users. To explicitly specify the root directory of an FTP
|
||||
server start the path with double slash `//` or `/%2f` (2F is the hexadecimal
|
||||
server, start the path with double slash `//` or `/%2f` (2F is the hexadecimal
|
||||
value of the ascii code for the slash).
|
||||
|
||||
## FILE
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue