summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2022-01-08 00:28:52 +0100
committerDaniel Stenberg <daniel@haxx.se>2022-01-08 00:28:52 +0100
commit40eec3f80ef8830006c7bf212a121577eaf23e67 (patch)
tree229cd97ec37da8a6037b2c1cd04ee75514b00632
parente180dde9c578d8a737a24a00f1d52355a53d55fe (diff)
downloadcurl-40eec3f80ef8830006c7bf212a121577eaf23e67.tar.gz
curl_url_set.3: mention when CURLU_ALLOW_SPACE was added
-rw-r--r--docs/libcurl/curl_url_set.34
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/libcurl/curl_url_set.3 b/docs/libcurl/curl_url_set.3
index 9a0fd578a..68b145654 100644
--- a/docs/libcurl/curl_url_set.3
+++ b/docs/libcurl/curl_url_set.3
@@ -5,7 +5,7 @@
.\" * | (__| |_| | _ <| |___
.\" * \___|\___/|_| \_\_____|
.\" *
-.\" * Copyright (C) 1998 - 2021, Daniel Stenberg, <daniel@haxx.se>, et al.
+.\" * Copyright (C) 1998 - 2022, Daniel Stenberg, <daniel@haxx.se>, et al.
.\" *
.\" * This software is licensed as described in the file COPYING, which
.\" * you should have received as part of this distribution. The terms
@@ -135,7 +135,7 @@ When space is used and allowed in a URL, it will be stored as-is unless
\fICURLU_URLENCODE\fP is also set, which then makes libcurl URL-encode the
space before stored. This affects how the URL will be constructed when
\fIcurl_url_get(3)\fP is subsequently used to extract the full URL or
-individual parts.
+individual parts. (Added in 7.78.0)
.SH EXAMPLE
.nf
CURLUcode rc;