From: Daniel Stenberg Date: Tue, 16 Jun 2026 13:50:08 +0000 (+0200) Subject: _URL.md: remove the zone-id mention X-Git-Tag: rc-8_21_0-3~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b56cb3b71eaadb5da9b19e333ac0769739dacbc8;p=thirdparty%2Fcurl.git _URL.md: remove the zone-id mention While correct, it felt random and misplaced there. Closes #22048 --- diff --git a/docs/cmdline-opts/_URL.md b/docs/cmdline-opts/_URL.md index 2e69eb0bff..700e711359 100644 --- a/docs/cmdline-opts/_URL.md +++ b/docs/cmdline-opts/_URL.md @@ -20,9 +20,5 @@ handshakes. This improves speed. Connection reuse can only be done for URLs specified for a single command line invocation and cannot be performed between separate curl runs. -Provide an IPv6 zone id in the URL with an escaped percentage sign. Like in - - http://[fe80::3%25eth0]/ - Everything provided on the command line that is not a command line option or its argument, curl assumes is a URL and treats it as such.