diff options
author | Kamil Dudka <kdudka@redhat.com> | 2010-02-02 12:27:12 +0000 |
---|---|---|
committer | Kamil Dudka <kdudka@redhat.com> | 2010-02-02 12:27:12 +0000 |
commit | da23b16ad8821157ed44fde65f07925c02bda922 (patch) | |
tree | c4c2ad273b16bb4ab37537f33de27ea1c07a059c /docs | |
parent | 46de140acadab5213e0e7ddf3f67d82645dba44a (diff) | |
download | curl-da23b16ad8821157ed44fde65f07925c02bda922.tar.gz |
mention SOCKS related problems in the curl(1) man page
Diffstat (limited to 'docs')
-rw-r--r-- | docs/curl.1 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/curl.1 b/docs/curl.1 index 99df16eb2..b491a7a8c 100644 --- a/docs/curl.1 +++ b/docs/curl.1 @@ -1170,6 +1170,8 @@ mutually exclusive. If this option is used several times, the last one will be used. (This option was previously wrongly documented and used as --socks without the number appended.) + +This option (as well as \fI--socks4\fP) does not work with IPV6, FTPS or LDAP. .IP "--socks5-gssapi-service <servicename>" The default service name for a socks server is rcmd/server-fqdn. This option allows you to change it. |