]> git.sven.stormbind.net Git - sven/tclcurl.git/blob - debian/patches/reformat-tclcurl3
Refresh all patches.
[sven/tclcurl.git] / debian / patches / reformat-tclcurl3
1 Fix some formating errors in the manpages.
2 --- a/doc/tclcurl.n
3 +++ b/doc/tclcurl.n
4 @@ -961,10 +961,10 @@ response will be treated as a valid HTTP
5  
6  .TP
7  .B -cookie
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.
16  
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 @@ -1771,7 +1771,7 @@ are also acceptable separators but colon
20  used as operators. 
21  
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.
25  
26  You will find more details about cipher lists on this URL:
27      http://www.openssl.org/docs/apps/ciphers.html
28 @@ -1976,7 +1976,7 @@ same handle. Let it return first before
29  you want parallel transfers, you must use several curl handles.
30  .TP
31  .B RETURN VALUE
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
34  .I errorbuffer
35  was set with
36  .I configure