mirror of
https://github.com/curl/curl.git
synced 2026-08-25 13:53:37 +03:00
GHA: add a job scanning for "bad words" in markdown
This means words, phrases or things we have decided not to use - words that are spelled right according to the dictionary but we want to avoid. In the name of consistency and better documentation. Closes #12764
This commit is contained in:
parent
2620aa930b
commit
e5000e797f
93 changed files with 530 additions and 348 deletions
|
|
@ -31,7 +31,7 @@ and passwords in the URL supplied with CURLOPT_URL(3).
|
|||
On Windows, libcurl uses the file as *%HOME%/_netrc*. If *%HOME%* is
|
||||
not set on Windows, libcurl falls back to *%USERPROFILE%*.
|
||||
|
||||
You can also tell libcurl a different file name to use with
|
||||
You can also tell libcurl a different filename to use with
|
||||
CURLOPT_NETRC_FILE(3).
|
||||
|
||||
libcurl uses a user name (and supplied or prompted password) supplied with
|
||||
|
|
@ -79,7 +79,7 @@ a user name or password.
|
|||
## machine <name>
|
||||
|
||||
Provides credentials for a host called **name**. libcurl searches the .netrc
|
||||
file for a machine token that matches the host name specified in the URL. Once
|
||||
file for a machine token that matches the hostname specified in the URL. Once
|
||||
a match is made, the subsequent tokens are processed, stopping when the end of
|
||||
file is reached or another "machine" is encountered.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue