X-Git-Url: https://git.sven.stormbind.net/?a=blobdiff_plain;f=debian%2Fpatches%2Freformat-tclcurl3;h=f70923865d79975e91f7f6ae938b3db5023d8783;hb=3aaa073135a1ad9cd2e19ae6686a3d05fc753bd7;hp=39db63606b05df7672798225aec31ad0d3eed0cb;hpb=8f6e8ab69ff071db697555360f8e27c83a9cb6f8;p=sven%2Ftclcurl.git diff --git a/debian/patches/reformat-tclcurl3 b/debian/patches/reformat-tclcurl3 index 39db636..f709238 100644 --- a/debian/patches/reformat-tclcurl3 +++ b/debian/patches/reformat-tclcurl3 @@ -1,7 +1,7 @@ Index: TclCurl-7.17.1/doc/tclcurl.n =================================================================== ---- TclCurl-7.17.1.orig/doc/tclcurl.n 2008-02-13 21:17:31.000000000 +0100 -+++ TclCurl-7.17.1/doc/tclcurl.n 2008-02-13 21:18:26.000000000 +0100 +--- TclCurl-7.17.1.orig/doc/tclcurl.n 2008-02-13 21:31:28.000000000 +0100 ++++ TclCurl-7.17.1/doc/tclcurl.n 2008-02-13 21:41:42.000000000 +0100 @@ -676,10 +676,10 @@ .TP @@ -17,3 +17,21 @@ Index: TclCurl-7.17.1/doc/tclcurl.n 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. +@@ -1339,7 +1339,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 +@@ -1485,7 +1485,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