X-Git-Url: https://git.sven.stormbind.net/?a=blobdiff_plain;f=debian%2Fpatches%2Freformat-tclcurl3;fp=debian%2Fpatches%2Freformat-tclcurl3;h=39db63606b05df7672798225aec31ad0d3eed0cb;hb=8f6e8ab69ff071db697555360f8e27c83a9cb6f8;hp=0000000000000000000000000000000000000000;hpb=2c5eccec873ddcf65c2c96b2b7d25507e23f4287;p=sven%2Ftclcurl.git diff --git a/debian/patches/reformat-tclcurl3 b/debian/patches/reformat-tclcurl3 new file mode 100644 index 0000000..39db636 --- /dev/null +++ b/debian/patches/reformat-tclcurl3 @@ -0,0 +1,19 @@ +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 +@@ -676,10 +676,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.