]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
docs: Removed mention of -g hack when using IPv6 literals
authorDan Fandrich <dan@coneharvesters.com>
Mon, 31 Mar 2014 07:02:55 +0000 (09:02 +0200)
committerDan Fandrich <dan@coneharvesters.com>
Mon, 31 Mar 2014 07:06:09 +0000 (09:06 +0200)
This limitation was removed in commit 0bc4938e

docs/MANUAL
docs/TODO

index da8f6021fd8a015a358de30def5fb336f3b4108b..11960e1bee10b0686fbae862aa7c9874073322d2 100644 (file)
@@ -50,7 +50,7 @@ SIMPLE USAGE
 
   Get the main page from an IPv6 web server:
 
-        curl -g "http://[2001:1890:1112:1::20]/"
+        curl "http://[2001:1890:1112:1::20]/"
 
 DOWNLOAD TO A FILE
 
index 2b7ac96d28b105d46cf5f43393f0a97f69e36a02..871261a4240cbb3dd749fcff2e5cbad51de525e4 100644 (file)
--- a/docs/TODO
+++ b/docs/TODO
@@ -88,7 +88,6 @@
  15.4 simultaneous parallel transfers
  15.5 provide formpost headers
  15.6 warning when setting an option
- 15.7 IPv6 addresses with globbing
 
  16. Build
  16.1 roffit
@@ -489,13 +488,6 @@ to provide the data to send.
   This can be useful to tell when support for a particular feature hasn't been
   compiled into the library.
 
-15.7 IPv6 addresses with globbing
-
-  Currently the command line client needs to get url globbing disabled (with
-  -g) for it to support IPv6 numerical addresses. This is a rather silly flaw
-  that should be corrected. It probably involves a smarter detection of the
-  '[' and ']' letters.
-
 16. Build
 
 16.1 roffit