diff options
author | Daniel Stenberg <daniel@haxx.se> | 2008-12-28 21:29:13 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2008-12-28 21:29:13 +0000 |
commit | 6d2ff9d2a7700ab2c2abc9723f95a79404652eec (patch) | |
tree | f8af5c65d5464ca70333de311184de6e6b97db8b /docs | |
parent | 122b0bfe82fce05201ead3d3c27633e2a0ce373f (diff) | |
download | curl-6d2ff9d2a7700ab2c2abc9723f95a79404652eec.tar.gz |
Anthony Bryan reported this outputs wrong in the PDF and I've now tried to
escape these letters what I think is the correct way.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/libcurl/curl_easy_setopt.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/libcurl/curl_easy_setopt.3 b/docs/libcurl/curl_easy_setopt.3 index 66412937b..01618bbf5 100644 --- a/docs/libcurl/curl_easy_setopt.3 +++ b/docs/libcurl/curl_easy_setopt.3 @@ -1597,9 +1597,9 @@ The checking this option controls is of the identity that the server .IP CURLOPT_SSL_CIPHER_LIST Pass a char *, pointing to a zero terminated string holding the list of ciphers to use for the SSL connection. The list must be syntactically correct, -it consists of one or more cipher strings separated by colons. Commas or spaces -are also acceptable separators but colons are normally used, \!, \- and \+ can -be used as operators. +it consists of one or more cipher strings separated by colons. Commas or +spaces are also acceptable separators but colons are normally used, \&!, \&- +and \&+ can be used as operators. For OpenSSL and GnuTLS valid examples of cipher lists include 'RC4-SHA', \'SHA1+DES\', 'TLSv1' and 'DEFAULT'. The default list is normally set when you |