aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2002-08-15 06:13:54 +0000
committerDaniel Stenberg <daniel@haxx.se>2002-08-15 06:13:54 +0000
commit5c1a6ed71934778774ce69726aa4199f4812b82e (patch)
treea6a4065c144d162b1518dfa243bf0dfc982a5495 /docs
parent9d68fde148bc471c6d5c86657b8396c8d83d7ddc (diff)
Leonce Limousin pointed out flaws
Diffstat (limited to 'docs')
-rw-r--r--docs/libcurl/curl_easy_setopt.34
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/libcurl/curl_easy_setopt.3 b/docs/libcurl/curl_easy_setopt.3
index 12087ea8f..247f5852e 100644
--- a/docs/libcurl/curl_easy_setopt.3
+++ b/docs/libcurl/curl_easy_setopt.3
@@ -332,7 +332,7 @@ want the transfer to start from.
.B CURLOPT_COOKIE
Pass a pointer to a zero terminated string as parameter. It will be used to
set a cookie in the http request. The format of the string should be
-[NAME]=[CONTENTS]; Where NAME is the cookie name.
+\[NAME]=[CONTENTS]; Where NAME is the cookie name.
If you need to set mulitple cookies, you need to set them all using a single
option and thus you need to concat them all in one single string. Set multiple
@@ -398,7 +398,7 @@ the format of your private key. Supported formats are "PEM", "DER" and "ENG".
engine. in this case \fICURLOPT_SSLKEY\fP is used as an identifier passed to
the engine. You have to set the crypto engine with \fICURLOPT_SSL_ENGINE\fP.
.TP
-.B CURLOPT_SSLKEYASSWD
+.B CURLOPT_SSLKEYPASSWD
Pass a pointer to a zero terminated string as parameter. It will be used as
the password required to use the \fICURLOPT_SSLKEY\fP private key. If the
password is not supplied, you will be prompted for