mirror of
https://github.com/curl/curl.git
synced 2026-07-28 21:43:08 +03:00
docs: Add note about libcurl copying strings to CURLOPT_* manpages
Closes #1169
This commit is contained in:
parent
d2b2c63852
commit
dbd3793859
74 changed files with 222 additions and 0 deletions
|
|
@ -33,6 +33,9 @@ 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.
|
||||
|
||||
The application does not have to keep the string around after setting this
|
||||
option.
|
||||
.SH DEFAULT
|
||||
NULL
|
||||
.SH PROTOCOLS
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue