docs: Add note about libcurl copying strings to CURLOPT_* manpages

Closes #1169
This commit is contained in:
Frank Gevaerts 2016-12-21 14:48:35 +01:00 committed by Daniel Stenberg
parent d2b2c63852
commit dbd3793859
74 changed files with 222 additions and 0 deletions

View file

@ -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