diff options
author | Till Maas <opensource@till.name> | 2014-03-15 22:42:50 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2014-03-31 07:58:25 +0200 |
commit | 9317eced98408c7fefa6dd5f1559050e1ec8a3b7 (patch) | |
tree | 4c786270645516f298835674a5da1384c9ea6fe9 /docs/MANUAL | |
parent | 0bc4938eecccefdf8906bf9c488e4cd9c8467e99 (diff) |
URL parser: IPv6 zone identifiers are now supported
Diffstat (limited to 'docs/MANUAL')
-rw-r--r-- | docs/MANUAL | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/MANUAL b/docs/MANUAL index 4ad2e135e..da8f6021f 100644 --- a/docs/MANUAL +++ b/docs/MANUAL @@ -956,9 +956,9 @@ IPv6 When this style is used, the -g option must be given to stop curl from interpreting the square brackets as special globbing characters. Link local and site local addresses including a scope identifier, such as fe80::1234%1, - may also be used, but the scope portion must be numeric and the percent - character must be URL escaped. The previous example in an SFTP URL might - look like: + may also be used, but the scope portion must be numeric or match an existing + network interface on Linux and the percent character must be URL escaped. The + previous example in an SFTP URL might look like: sftp://[fe80::1234%251]/ |