mirror of
https://github.com/curl/curl.git
synced 2026-04-19 21:21:13 +03:00
curl_url_set.3: fix typo
Closes: #10089 Reviewed-by: Daniel Gustafsson <daniel@yesql.se>
This commit is contained in:
parent
86b4b66c54
commit
a20f99de74
1 changed files with 1 additions and 1 deletions
|
|
@ -139,7 +139,7 @@ the path. That is the procedure where curl otherwise removes sequences of
|
|||
dot-slash and dot-dot etc. The same option used for transfers is called
|
||||
\fICURLOPT_PATH_AS_IS(3)\fP.
|
||||
.IP CURLU_ALLOW_SPACE
|
||||
If set, a the URL parser allows space (ASCII 32) where possible. The URL
|
||||
If set, the URL parser allows space (ASCII 32) where possible. The URL
|
||||
syntax does normally not allow spaces anywhere, but they should be encoded as
|
||||
%20 or '+'. When spaces are allowed, they are still not allowed in the scheme.
|
||||
When space is used and allowed in a URL, it will be stored as-is unless
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue