]> git.sven.stormbind.net Git - sven/tclcurl.git/blob - debian/patches/reformat-tclcurl3
887d70de5d470460755212e348505a4fb16c3ac3
[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 @@ -347,7 +347,7 @@ allows you to have a TclCurl built to su
5  specific transfers to only be allowed to use a subset of them. 
6  
7  Accepted protocols are 'http', 'https', 'ftp', 'ftps', 'scp', 'sftp', 'telnet', 'ldap',
8 -'ldaps','dict', 'file','tftp', 'imap', 'imaps', 'pop', 'pop3', 'smtp', 'smtps', 'gopher'
9 +\&'ldaps', 'dict', 'file','tftp', 'imap', 'imaps', 'pop', 'pop3', 'smtp', 'smtps', 'gopher'
10  and 'all'.
11  
12  .TP
13 @@ -402,7 +402,7 @@ the proxy string by \fB-proxy\fP. If not
14  .TP
15  .B -proxytype
16  Pass the type of  the  proxy. Available options are 'http', 'http1.0', 'socks4', 'socks4a',
17 -'socks5' and 'socks5h', with the HTTP one being the default.
18 +\&'socks5' and 'socks5h', with the HTTP one being the default.
19  
20  If you set it to \fIhttp1.0\fP, it will only affect how libcurl speaks to a proxy
21  when CONNECT is used. The HTTP version used for "regular" HTTP requests is instead
22 @@ -661,7 +661,8 @@ It may use anything but basic, TclCurl w
23  one it finds most secure.
24  .RE
25  
26 -.TP -tlsauthtype
27 +.TP
28 +.B -tlsauthtype
29  Use it to tell TclCurl which authentication method(s) you want it to use for TLS authentication.
30  .RS
31  .TP 5
32 @@ -961,10 +962,10 @@ response will be treated as a valid HTTP
33  
34  .TP
35  .B -cookie
36 -Pass a string as parameter. It will be used to
37 -set a cookie in the http request. The format of the string should be
38 -'[NAME]=[CONTENTS];'. Where NAME is the cookie name and  CONTENTS is
39 -what the cookie should contain.
40 +Pass a string as parameter.
41 +It will be used to set a cookie in the http request. The format of
42 +the string should be '[NAME]=[CONTENTS];'. Where NAME is the cookie
43 +name and  CONTENTS is what the cookie should contain.
44  
45  If  you  need  to  set mulitple cookies, you need to set them all using
46  a single option and thus you need to concatenate them all in one single string.
47 @@ -1771,7 +1772,7 @@ are also acceptable separators but colon
48  used as operators. 
49  
50  For OpenSSL and GnuTLS valid examples of cipher lists include 'RC4-SHA', 'SHA1+DES',
51 -'TLSv1' and 'DEFAULT'. The default list is normally set when you compile OpenSSL.
52 +\&'TLSv1' and 'DEFAULT'. The default list is normally set when you compile OpenSSL.
53  
54  You will find more details about cipher lists on this URL:
55      http://www.openssl.org/docs/apps/ciphers.html
56 @@ -1781,7 +1782,7 @@ etc. With NSS you don't add/remove ciphe
57  ciphers are disabled and only those passed in are enabled.
58   
59  You'll find more details about the NSS cipher lists on this URL:
60 -    http://directory.fedora.redhat.com/docs/mod_nss.html
61 +<http://directory.fedora.redhat.com/docs/mod_nss.html>
62  
63  .TP
64  .B -sslsessionidcache
65 @@ -1976,7 +1977,7 @@ same handle. Let it return first before
66  you want parallel transfers, you must use several curl handles.
67  .TP
68  .B RETURN VALUE
69 -'0' if all went well, non-zero if it didn't. In case of error, if the
70 +\&'0' if all went well, non-zero if it didn't. In case of error, if the
71  .I errorbuffer
72  was set with
73  .I configure