]> git.sven.stormbind.net Git - sven/tclcurl.git/blob - debian/patches/reformat-tclcurl3
another man confusion caught by lintian
[sven/tclcurl.git] / debian / patches / reformat-tclcurl3
1 Index: TclCurl-7.17.1/doc/tclcurl.n
2 ===================================================================
3 --- TclCurl-7.17.1.orig/doc/tclcurl.n   2008-02-13 21:19:11.000000000 +0100
4 +++ TclCurl-7.17.1/doc/tclcurl.n        2008-02-13 21:31:04.000000000 +0100
5 @@ -676,10 +676,10 @@
6  
7  .TP
8  .B -cookie
9 -Pass a string as parameter. It will be used to
10 -set a cookie in the http request. The format of the string should be
11 -'[NAME]=[CONTENTS];'. Where NAME is the cookie name and  CONTENTS is
12 -what the cookie should contain.
13 +Pass a string as parameter.
14 +It will be used to set a cookie in the http request. The format of
15 +the string should be '[NAME]=[CONTENTS];'. Where NAME is the cookie
16 +name and  CONTENTS is what the cookie should contain.
17  
18  If  you  need  to  set mulitple cookies, you need to set them all using
19  a single option and thus you need to concatenate them all in one single string.
20 @@ -1339,7 +1339,7 @@
21  used as operators. 
22  
23  For OpenSSL and GnuTLS valid examples of cipher lists include 'RC4-SHA', 'SHA1+DES',
24 -'TLSv1' and 'DEFAULT'. The default list is normally set when you compile OpenSSL.
25 +\&'TLSv1' and 'DEFAULT'. The default list is normally set when you compile OpenSSL.
26  
27  You will find more details about cipher lists on this URL:
28      http://www.openssl.org/docs/apps/ciphers.html