Index: TclCurl-7.19.0/doc/tclcurl.n =================================================================== --- TclCurl-7.19.0.orig/doc/tclcurl.n 2008-09-11 09:31:45.000000000 +0200 +++ TclCurl-7.19.0/doc/tclcurl.n 2008-09-11 09:32:01.000000000 +0200 @@ -687,10 +687,10 @@ .TP .B -cookie -Pass a 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 and CONTENTS is -what the cookie should contain. +Pass a 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 and CONTENTS is what the cookie should contain. If you need to set mulitple cookies, you need to set them all using a single option and thus you need to concatenate them all in one single string. @@ -1384,7 +1384,7 @@ 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 compile OpenSSL. +\&'TLSv1' and 'DEFAULT'. The default list is normally set when you compile OpenSSL. You will find more details about cipher lists on this URL: http://www.openssl.org/docs/apps/ciphers.html @@ -1530,7 +1530,7 @@ you want parallel transfers, you must use several curl handles. .TP .B RETURN VALUE -'0' if all went well, non-zero if it didn't. In case of error, if the +\&'0' if all went well, non-zero if it didn't. In case of error, if the .I errorbuffer was set with .I configure