1 Fix some formating errors in the manpages.
4 @@ -687,10 +687,10 @@ response will be treated as a valid HTTP
8 -Pass a string as parameter. It will be used to
9 -set a cookie in the http request. The format of the string should be
10 -'[NAME]=[CONTENTS];'. Where NAME is the cookie name and CONTENTS is
11 -what the cookie should contain.
12 +Pass a string as parameter.
13 +It will be used to set a cookie in the http request. The format of
14 +the string should be '[NAME]=[CONTENTS];'. Where NAME is the cookie
15 +name and CONTENTS is what the cookie should contain.
17 If you need to set mulitple cookies, you need to set them all using
18 a single option and thus you need to concatenate them all in one single string.
19 @@ -1384,7 +1384,7 @@ are also acceptable separators but colon
22 For OpenSSL and GnuTLS valid examples of cipher lists include 'RC4-SHA', 'SHA1+DES',
23 -'TLSv1' and 'DEFAULT'. The default list is normally set when you compile OpenSSL.
24 +\&'TLSv1' and 'DEFAULT'. The default list is normally set when you compile OpenSSL.
26 You will find more details about cipher lists on this URL:
27 http://www.openssl.org/docs/apps/ciphers.html
28 @@ -1530,7 +1530,7 @@ same handle. Let it return first before
29 you want parallel transfers, you must use several curl handles.
32 -'0' if all went well, non-zero if it didn't. In case of error, if the
33 +\&'0' if all went well, non-zero if it didn't. In case of error, if the