diff --git a/docs/libcurl/curl_url_set.3 b/docs/libcurl/curl_url_set.3 index 88139bd2c..8d77a8a03 100644 --- a/docs/libcurl/curl_url_set.3 +++ b/docs/libcurl/curl_url_set.3 @@ -39,6 +39,9 @@ below) to set or change, with \fIcontent\fP pointing to a null-terminated string with the new contents for that URL part. The contents should be in the form and encoding they'd use in a URL: URL encoded. +The application does not have to keep \fIcontent\fP around after a successful +call. + Setting a part to a NULL pointer will effectively remove that part's contents from the CURLU handle.