We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
man curl
Go to the example command lines showing --connect-timeout . Copy the first example. Paste it into a terminal.
--connect-timeout
$ curl ‐‐connect‐timeout 20 https://example.com curl: (6) Could not resolve host: xn--connecttimeout-462hah
man has "helpfully" converted the ascii minus byte code 45 into a unicode hyphen (U+2010).
First reported here: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1043309 by FC Stegerman
The example to work.
8.2.1 and current master
Debian unstable x86_64 (up-to-date)
$ man --version man 2.11.2 $ echo $LANG en_US.UTF-8
The text was updated successfully, but these errors were encountered:
gen.pl: escape all dashes (ascii minus) to avoid unicode hyphens
36af68e
Reported-by: FC Stegerman Fixes #11635
6911fec
3a3b97d
Reported-by: FC Stegerman Fixes curl#11635 Closes curl#11637
Successfully merging a pull request may close this issue.
I did this
man curl
Go to the example command lines showing
--connect-timeout
. Copy the first example. Paste it into a terminal.man has "helpfully" converted the ascii minus byte code 45 into a unicode hyphen (U+2010).
First reported here: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1043309 by FC Stegerman
I expected the following
The example to work.
curl/libcurl version
8.2.1 and current master
operating system
Debian unstable x86_64 (up-to-date)
More details
The text was updated successfully, but these errors were encountered: