curl_url_set.3: fix typo in reference to CURLU_APPENDQUERY

This commit is contained in:
Dave Reisner 2018-09-10 09:38:46 -04:00 committed by Daniel Stenberg
parent ddb06ffc0f
commit 0411057380
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

@ -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 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. 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 '=' symbols will not be URL encoded.
The question mark in the URL is not part of the actual query contents. The question mark in the URL is not part of the actual query contents.