mirror of
https://github.com/curl/curl.git
synced 2026-08-25 13:23:33 +03:00
docs: rewrite to present tense
... instead of using future tense. + numerous cleanups and improvements + stick to "reuse" not "re-use" + fewer contractions Closes #11713
This commit is contained in:
parent
887b998e6e
commit
5b060a4108
339 changed files with 1873 additions and 1884 deletions
|
|
@ -35,8 +35,7 @@ CURLcode curl_easy_setopt(CURL *handle, CURLOPT_NETRC_FILE, char *file);
|
|||
Pass a char * as parameter, pointing to a null-terminated string containing
|
||||
the full path name to the \fIfile\fP you want libcurl to use as .netrc
|
||||
file. If this option is omitted, and \fICURLOPT_NETRC(3)\fP is set, libcurl
|
||||
will attempt to find a .netrc file in the current user's home
|
||||
directory.
|
||||
checks for a .netrc file in the current user's home directory.
|
||||
|
||||
The application does not have to keep the string around after setting this
|
||||
option.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue