diff options
author | Dave Reisner <dreisner@archlinux.org> | 2018-09-10 09:38:46 -0400 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2018-09-13 08:07:15 +0200 |
commit | 04110573801feb2f278e2f774087a0525d5e8d0a (patch) | |
tree | b95f60f23f5a44b36e917f20e416c861e9b95f77 /docs | |
parent | ddb06ffc0f680322ce746c6e8d524dee4de84955 (diff) |
curl_url_set.3: fix typo in reference to CURLU_APPENDQUERY
Diffstat (limited to 'docs')
-rw-r--r-- | docs/libcurl/curl_url_set.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/libcurl/curl_url_set.3 b/docs/libcurl/curl_url_set.3 index 0d6e9aa40..b2b273f82 100644 --- a/docs/libcurl/curl_url_set.3 +++ b/docs/libcurl/curl_url_set.3 @@ -75,7 +75,7 @@ If used in with \fICURLU_APPENDQUERY\fP, the provided part will be appended on the end of the existing query - and if the previous part didn't end with an ampersand (&), an ampersand will be inserted before the new appended part. -When \fCURLU_APPENDQUERY\fP is used together with \fICURLU_URLENCODE\fP, +When \fICURLU_APPENDQUERY\fP is used together with \fICURLU_URLENCODE\fP, the '=' symbols will not be URL encoded. The question mark in the URL is not part of the actual query contents. |