diff options
author | Daniel Stenberg <daniel@haxx.se> | 2017-08-24 10:09:28 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2017-08-24 10:09:28 +0200 |
commit | 4a7673c8ca3709136fe3fa12a0d86f8c896d0ed2 (patch) | |
tree | 5b0607e58cac0b510d273f6d0b491de4dec47cf2 /docs | |
parent | befaa7b14fd5d1c1d4e06035c4babc6cb9623722 (diff) | |
download | curl-4a7673c8ca3709136fe3fa12a0d86f8c896d0ed2.tar.gz |
CURLOPT_USERPWD.3: see also CURLOPT_PROXYUSERPWD
Diffstat (limited to 'docs')
-rw-r--r-- | docs/libcurl/opts/CURLOPT_USERPWD.3 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/libcurl/opts/CURLOPT_USERPWD.3 b/docs/libcurl/opts/CURLOPT_USERPWD.3 index c5b1f743e..0dec56bfe 100644 --- a/docs/libcurl/opts/CURLOPT_USERPWD.3 +++ b/docs/libcurl/opts/CURLOPT_USERPWD.3 @@ -88,3 +88,4 @@ Returns CURLE_OK on success or CURLE_OUT_OF_MEMORY if there was insufficient heap space. .SH "SEE ALSO" .BR CURLOPT_USERNAME "(3), " CURLOPT_PASSWORD "(3), " +.BR CURLOPT_PROXYUSERPWD "(3), " |