]> git.sven.stormbind.net Git - sven/tclcurl.git/blob - debian/patches/reformat-tclcurl3
afcfb8c34dac7f551c26d137f1ee0b43e993f83e
[sven/tclcurl.git] / debian / patches / reformat-tclcurl3
1 Fix some formating errors in the manpages.
2 Index: TclCurl-7.19.0/doc/tclcurl.n
3 ===================================================================
4 --- TclCurl-7.19.0.orig/doc/tclcurl.n   2008-09-11 09:31:45.000000000 +0200
5 +++ TclCurl-7.19.0/doc/tclcurl.n        2008-09-11 09:32:01.000000000 +0200
6 @@ -687,10 +687,10 @@
7  
8  .TP
9  .B -cookie
10 -Pass a string as parameter. It will be used to
11 -set a cookie in the http request. The format of the string should be
12 -'[NAME]=[CONTENTS];'. Where NAME is the cookie name and  CONTENTS is
13 -what the cookie should contain.
14 +Pass a string as parameter.
15 +It will be used to set a cookie in the http request. The format of
16 +the string should be '[NAME]=[CONTENTS];'. Where NAME is the cookie
17 +name and  CONTENTS is what the cookie should contain.
18  
19  If  you  need  to  set mulitple cookies, you need to set them all using
20  a single option and thus you need to concatenate them all in one single string.
21 @@ -1384,7 +1384,7 @@
22  used as operators. 
23  
24  For OpenSSL and GnuTLS valid examples of cipher lists include 'RC4-SHA', 'SHA1+DES',
25 -'TLSv1' and 'DEFAULT'. The default list is normally set when you compile OpenSSL.
26 +\&'TLSv1' and 'DEFAULT'. The default list is normally set when you compile OpenSSL.
27  
28  You will find more details about cipher lists on this URL:
29      http://www.openssl.org/docs/apps/ciphers.html
30 @@ -1530,7 +1530,7 @@
31  you want parallel transfers, you must use several curl handles.
32  .TP
33  .B RETURN VALUE
34 -'0' if all went well, non-zero if it didn't. In case of error, if the
35 +\&'0' if all went well, non-zero if it didn't. In case of error, if the
36  .I errorbuffer
37  was set with
38  .I configure