]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
docs: consistent use of "Added in"
authorDaniel Stenberg <daniel@haxx.se>
Mon, 25 Oct 2021 09:45:09 +0000 (11:45 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 25 Oct 2021 10:57:11 +0000 (12:57 +0200)
Make them all say "Added in [version]" without using 'curl' or 'libcurl'
in that phrase.

28 files changed:
docs/libcurl/curl_easy_cleanup.3
docs/libcurl/curl_easy_duphandle.3
docs/libcurl/curl_easy_getinfo.3
docs/libcurl/curl_easy_pause.3
docs/libcurl/curl_multi_poll.3
docs/libcurl/curl_multi_setopt.3
docs/libcurl/curl_share_cleanup.3
docs/libcurl/curl_share_init.3
docs/libcurl/curl_share_setopt.3
docs/libcurl/curl_url.3
docs/libcurl/curl_url_cleanup.3
docs/libcurl/curl_url_dup.3
docs/libcurl/curl_url_get.3
docs/libcurl/curl_url_set.3
docs/libcurl/curl_url_strerror.3
docs/libcurl/curl_version_info.3
docs/libcurl/opts/CURLINFO_RETRY_AFTER.3
docs/libcurl/opts/CURLMOPT_PUSHFUNCTION.3
docs/libcurl/opts/CURLOPT_DISALLOW_USERNAME_IN_URL.3
docs/libcurl/opts/CURLOPT_ISSUERCERT_BLOB.3
docs/libcurl/opts/CURLOPT_MAXAGE_CONN.3
docs/libcurl/opts/CURLOPT_MAXLIFETIME_CONN.3
docs/libcurl/opts/CURLOPT_PROXY_ISSUERCERT.3
docs/libcurl/opts/CURLOPT_PROXY_ISSUERCERT_BLOB.3
docs/libcurl/opts/CURLOPT_PROXY_SSLCERT_BLOB.3
docs/libcurl/opts/CURLOPT_PROXY_SSLKEY_BLOB.3
docs/libcurl/opts/CURLOPT_SSLCERT_BLOB.3
docs/libcurl/opts/CURLOPT_SSLKEY_BLOB.3

index 28c2d85e81cc4c7ffc6334760915eca8c6a9583b..fb26c81af8273db22070c907ab55e40e70ce3855 100644 (file)
@@ -60,7 +60,7 @@ if(curl) {
 }
 .fi
 .SH AVAILABILITY
-Added in libcurl 7.1
+Added in 7.1
 .SH RETURN VALUE
 None
 .SH "SEE ALSO"
index c39c751f99a38f4c8117f9de91ad223c97c38e16..b355d6374d3792326da6b5bc89c5bf966d75a43a 100644 (file)
@@ -59,7 +59,7 @@ if(curl) {
 }
 .fi
 .SH AVAILABILITY
-Added in libcurl 7.9
+Added in 7.9
 .SH RETURN VALUE
 If this function returns NULL, something went wrong and no valid handle was
 returned.
index 70be8a238f5d772652ff1d59d87cf3b94af6a70e..251d9f265fd992b6a34306f93267487961763590 100644 (file)
@@ -303,7 +303,7 @@ transaction was started. So, this is zero if no redirection took place.
   }
 .fi
 .SH AVAILABILITY
-Added in libcurl 7.4.1
+Added in 7.4.1
 .SH RETURN VALUE
 If the operation was successful, CURLE_OK is returned. Otherwise an
 appropriate error code will be returned.
index 905ce00aa6f94ace762599a9312a5277007069b2..0558b9c64ac264cc348da43c62ab25f3a6cb6dee 100644 (file)
@@ -103,7 +103,7 @@ in a very large data amount needing to be allocated to save the data during
 the pause. This said, you should probably consider not using paused receiving
 if you allow libcurl to uncompress data automatically.
 .SH AVAILABILITY
-Added in libcurl 7.18.0.
+Added in 7.18.0.
 .SH RETURN VALUE
 CURLE_OK (zero) means that the option was set properly, and a non-zero return
 code means something wrong occurred after the new state was set.  See the
index e31fcd4bca5c6dca1439680eb8ca2cbc152ea21d..8fef642218b0df5a9200f3235afb14853243a6b7 100644 (file)
@@ -108,7 +108,7 @@ do {
 curl_multi_remove_handle(multi_handle, easy_handle);
 .fi
 .SH AVAILABILITY
-Added in libcurl 7.66.0.
+Added in 7.66.0.
 .SH RETURN VALUE
 CURLMcode type, general libcurl multi interface error code. See
 \fIlibcurl-errors(3)\fP
index d21265385c646c9503e99cb70db71e16fb74af9d..0ac717344ea99e185b6e78b937a893912932f5ef 100644 (file)
@@ -75,7 +75,7 @@ See \fICURLMOPT_MAX_CONCURRENT_STREAMS(3)\fP
   curl_multi_setopt(handle, CURLMOPT_MAXCONNECTS, (long)MAX_PARALLEL);
 .nf
 .SH AVAILABILITY
-Added in libcurl 7.15.4.
+Added in 7.15.4
 .SH RETURN VALUE
 The standard CURLMcode for multi interface error codes. Note that it returns a
 CURLM_UNKNOWN_OPTION if you try setting an option that this version of libcurl
index 534af0c7097fdb2359451b5b64a3099829041f5e..4ae1b05541999e50ed176bc42f123a4b06c78d23 100644 (file)
@@ -42,7 +42,7 @@ immediately with no action.
   curl_share_cleanup(share);
 .fi
 .SH AVAILABILITY
-Added in libcurl 7.10
+Added in 7.10
 .SH RETURN VALUE
 CURLSHE_OK (zero) means that the option was set properly, non-zero means an
 error occurred as \fI<curl/curl.h>\fP defines. See the \fIlibcurl-errors.3\fP
index 3c8844e5ecb707d773c40c6fb052262df5b00681..4bca9d3d3eea11242825d90a2e7db9a8f141f330 100644 (file)
@@ -45,7 +45,7 @@ specific curl handle use the data in this share.
     printf("Error: %s\n", curl_share_strerror(sh));
 .fi
 .SH AVAILABILITY
-Added in libcurl 7.10
+Added in 7.10
 .SH RETURN VALUE
 If this function returns NULL, something went wrong (out of memory, etc.)
 and therefore the share object was not created.
index 7d71a18e3d607a30d681559e9c1aa63d2b9d9dd3..a5accc5aff441b239dc0ae4d9719ec8ac7f7c364 100644 (file)
@@ -115,7 +115,7 @@ to the lock_function and unlock_function each time it is called.
     printf("Error: %s\n", curl_share_strerror(sh));
 .fi
 .SH AVAILABILITY
-Added in libcurl 7.10
+Added in 7.10
 .SH RETURN VALUE
 CURLSHE_OK (zero) means that the option was set properly, non-zero means an
 error occurred as \fI<curl/curl.h>\fP defines. See the \fIlibcurl-errors.3\fP
index a360a679be41b1635e7236268c6fe82838fad2c1..c3f8cd487d77fdf2ad629f72f146973a556ef4b8 100644 (file)
@@ -45,7 +45,7 @@ be used for further use of the URL API.
   }
 .fi
 .SH AVAILABILITY
-Added in curl 7.62.0
+Added in 7.62.0
 .SH RETURN VALUE
 Returns a \fBCURLU *\fP if successful, or NULL if out of memory.
 .SH "SEE ALSO"
index b8a38bb5bc29a68d94c2931c5eed06c5ae8d0eb0..ddc1ddd2e0a81e42859a8ecfd404226086006f3a 100644 (file)
@@ -36,7 +36,7 @@ Frees all the resources associated with the given CURLU handle!
   curl_url_cleanup(url);
 .fi
 .SH AVAILABILITY
-Added in curl 7.62.0
+Added in 7.62.0
 .SH RETURN VALUE
 none
 .SH "SEE ALSO"
index 247925c536e9f4859c904847c6013b2d3db5c76d..d26a725a8fd3cf5309f63f5a45a356c92ed67501 100644 (file)
@@ -44,7 +44,7 @@ pointer to a new CURLU handle. The new handle also needs to be freed with
   curl_url_cleanup(url);
 .fi
 .SH AVAILABILITY
-Added in curl 7.62.0
+Added in 7.62.0
 .SH RETURN VALUE
 Returns a new handle or NULL if out of memory.
 .SH "SEE ALSO"
index 1ca9ddabdafdae6a8c56b94d7649d25c7d25ea41..5bd1f692611d09b1c9c04e0626a858dbd8256bf3 100644 (file)
@@ -121,7 +121,7 @@ decode on get with the CURLU_URLDECODE bit.
   }
 .fi
 .SH AVAILABILITY
-Added in curl 7.62.0. CURLUPART_ZONEID was added in 7.65.0.
+Added in 7.62.0. CURLUPART_ZONEID was added in 7.65.0.
 .SH RETURN VALUE
 Returns a CURLUcode error value, which is CURLUE_OK (0) if everything went
 fine.  See the \fIlibcurl-errors(3)\fP man page for the full list with
index 4ad3170f2754acb9fd886bf9a2dff51fa3caa277..e5462c3bc5c8d6048f06e87d86924cd3e0dcd1a5 100644 (file)
@@ -147,7 +147,7 @@ individual parts.
   curl_url_cleanup(url);
 .fi
 .SH AVAILABILITY
-Added in curl 7.62.0. CURLUPART_ZONEID was added in 7.65.0.
+Added in 7.62.0. CURLUPART_ZONEID was added in 7.65.0.
 .SH RETURN VALUE
 Returns a CURLUcode error value, which is CURLUE_OK (0) if everything went
 fine.  See the \fIlibcurl-errors(3)\fP man page for the full list with
index de1f7f55431ca2c45889c955a8f4fe48ad416ef5..975193ff1529d1a9b00b7c90069f6f32c109fdf0 100644 (file)
@@ -40,7 +40,7 @@ error code passed in the argument \fIerrornum\fP.
 .fi
 
 .SH AVAILABILITY
-Added in libcurl 7.80.0
+Added in 7.80.0
 .SH RETURN VALUE
 A pointer to a null-terminated string.
 .SH "SEE ALSO"
index 14cb78473e9b8ae0a183381dd6d08b096fb8757d..b8e2f393e588e480fbce59a3a1d8ca726f3c1c9b 100644 (file)
@@ -232,7 +232,7 @@ printf("libcurl version %u.%u.%u\n",
        ver->version_num & 0xff,
 .fi
 .SH AVAILABILITY
-Added in libcurl 7.10
+Added in 7.10
 .SH RETURN VALUE
 A pointer to a curl_version_info_data struct.
 .SH "SEE ALSO"
index f5686fbf02a03ac9d6ee03c4137753a625329196..381308e6d10228cbff9efe1a056498689092ef32 100644 (file)
@@ -5,7 +5,7 @@
 .\" *                            | (__| |_| |  _ <| |___
 .\" *                             \___|\___/|_| \_\_____|
 .\" *
-.\" * Copyright (C) 1998 - 2020, Daniel Stenberg, <daniel@haxx.se>, et al.
+.\" * Copyright (C) 1998 - 2021, 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
@@ -56,7 +56,7 @@ if(curl) {
 }
 .fi
 .SH AVAILABILITY
-Added in curl 7.66.0
+Added in 7.66.0
 .SH RETURN VALUE
 Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
 .SH "SEE ALSO"
index b479ff5355dd2aa217edbfb1943701007fe05ba8..4a3f9c988586d8a3b171878bb1c052c681b03ed5 100644 (file)
@@ -5,7 +5,7 @@
 .\" *                            | (__| |_| |  _ <| |___
 .\" *                             \___|\___/|_| \_\_____|
 .\" *
-.\" * Copyright (C) 1998 - 2020, Daniel Stenberg, <daniel@haxx.se>, et al.
+.\" * Copyright (C) 1998 - 2021, 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
@@ -88,7 +88,7 @@ The callback denies the stream and no data for this will reach the
 application, the easy handle will be destroyed by libcurl.
 .IP "CURL_PUSH_ERROROUT (2)"
 Returning this will reject the pushed stream and return an error back on the
-parent stream making it get closed with an error. (Added in curl 7.72.0)
+parent stream making it get closed with an error. (Added in 7.72.0)
 .IP *
 All other return codes are reserved for future use.
 .SH DEFAULT
index 82b5aa2912a3a7031b3fad002f2972ddb3a5c419..5182f30a632dbabb2eba6400b63065bbf5c7034a 100644 (file)
@@ -5,7 +5,7 @@
 .\" *                            | (__| |_| |  _ <| |___
 .\" *                             \___|\___/|_| \_\_____|
 .\" *
-.\" * Copyright (C) 1998 - 2018, Daniel Stenberg, <daniel@haxx.se>, et al.
+.\" * Copyright (C) 1998 - 2021, 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
@@ -46,7 +46,7 @@ if(curl) {
 }
 .fi
 .SH AVAILABILITY
-Added in libcurl 7.61.0
+Added in 7.61.0
 .SH RETURN VALUE
 Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
 
index b4f64eed477503d94dd1fe1615700a645369ea49..e434d8279f3d241fd8bdd927c5c063092d93fa4d 100644 (file)
@@ -5,7 +5,7 @@
 .\" *                            | (__| |_| |  _ <| |___
 .\" *                             \___|\___/|_| \_\_____|
 .\" *
-.\" * Copyright (C) 1998 - 2020, Daniel Stenberg, <daniel@haxx.se>, et al.
+.\" * Copyright (C) 1998 - 2021, 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
@@ -70,7 +70,7 @@ if(curl) {
 }
 .fi
 .SH AVAILABILITY
-Added in libcurl 7.71.0. This option is supported by the OpenSSL backends.
+Added in 7.71.0. This option is supported by the OpenSSL backends.
 .SH RETURN VALUE
 Returns CURLE_OK if the option is supported, CURLE_UNKNOWN_OPTION if not, or
 CURLE_OUT_OF_MEMORY if there was insufficient heap space.
index 40127c80138e189993b84bb9a5d7d09a8d9f39b6..a89a90a05545fdac83c449e5b6ee274b31a0cce0 100644 (file)
@@ -5,7 +5,7 @@
 .\" *                            | (__| |_| |  _ <| |___
 .\" *                             \___|\___/|_| \_\_____|
 .\" *
-.\" * Copyright (C) 2019, Daniel Stenberg, <daniel@haxx.se>, et al.
+.\" * Copyright (C) 2019 - 2021, 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
@@ -57,7 +57,7 @@ if(curl) {
 }
 .fi
 .SH AVAILABILITY
-Added in libcurl 7.65.0
+Added in 7.65.0
 .SH RETURN VALUE
 Returns CURLE_OK.
 .SH "SEE ALSO"
index eeb6c134ecadd2a42425b5192692233faff3317d..8f8ec33c8a2287f7f93ec285b0d086d214a77a15 100644 (file)
@@ -58,7 +58,7 @@ if(curl) {
 }
 .fi
 .SH AVAILABILITY
-Added in libcurl 7.80.0
+Added in 7.80.0
 .SH RETURN VALUE
 Returns CURLE_OK.
 .SH "SEE ALSO"
index 2d71a089565bfb8d9de2d2436dd5e0051918aaa0..1133dbd60e600dcabe53310af34dd3f6b308d7e5 100644 (file)
@@ -5,7 +5,7 @@
 .\" *                            | (__| |_| |  _ <| |___
 .\" *                             \___|\___/|_| \_\_____|
 .\" *
-.\" * Copyright (C) 1998 - 2020, Daniel Stenberg, <daniel@haxx.se>, et al.
+.\" * Copyright (C) 1998 - 2021, 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
@@ -64,7 +64,7 @@ if(curl) {
 }
 .fi
 .SH AVAILABILITY
-Added in libcurl 7.71.0. This option is supported by the OpenSSL backends.
+Added in 7.71.0. This option is supported by the OpenSSL backends.
 .SH RETURN VALUE
 Returns CURLE_OK if the option is supported, CURLE_UNKNOWN_OPTION if not, or
 CURLE_OUT_OF_MEMORY if there was insufficient heap space.
index 39056ad30e062be54d664f8872ddcc1723720ec9..5cff6b122ba6e452fa2f4d587dbd11054c8ac289 100644 (file)
@@ -5,7 +5,7 @@
 .\" *                            | (__| |_| |  _ <| |___
 .\" *                             \___|\___/|_| \_\_____|
 .\" *
-.\" * Copyright (C) 1998 - 2020, Daniel Stenberg, <daniel@haxx.se>, et al.
+.\" * Copyright (C) 1998 - 2021, 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
@@ -76,7 +76,7 @@ if(curl) {
 }
 .fi
 .SH AVAILABILITY
-Added in libcurl 7.71.0. This option is supported by the OpenSSL backends.
+Added in 7.71.0. This option is supported by the OpenSSL backends.
 .SH RETURN VALUE
 Returns CURLE_OK if the option is supported, CURLE_UNKNOWN_OPTION if not, or
 CURLE_OUT_OF_MEMORY if there was insufficient heap space.
index 22246aadcfe746bc41786180013718ba267040cc..005b1fa79de280188e63c78aca2f6cb4bb2d75e2 100644 (file)
@@ -5,7 +5,7 @@
 .\" *                            | (__| |_| |  _ <| |___
 .\" *                             \___|\___/|_| \_\_____|
 .\" *
-.\" * Copyright (C) 1998 - 2020, Daniel Stenberg, <daniel@haxx.se>, et al.
+.\" * Copyright (C) 1998 - 2021, 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
@@ -62,8 +62,8 @@ if(curl) {
 }
 .fi
 .SH AVAILABILITY
-Added in libcurl 7.71.0. This option is supported by the OpenSSL, Secure
-Transport and Schannel backends.
+Added in 7.71.0. This option is supported by the OpenSSL, Secure Transport and
+Schannel backends.
 .SH RETURN VALUE
 Returns CURLE_OK if TLS enabled, CURLE_UNKNOWN_OPTION if not, or
 CURLE_OUT_OF_MEMORY if there was insufficient heap space.
index a5f30516642314e822041ebfb0acbd936db53270..af7de3e162a4ec19d13a92daeab7634894953735 100644 (file)
@@ -5,7 +5,7 @@
 .\" *                            | (__| |_| |  _ <| |___
 .\" *                             \___|\___/|_| \_\_____|
 .\" *
-.\" * Copyright (C) 1998 - 2020, Daniel Stenberg, <daniel@haxx.se>, et al.
+.\" * Copyright (C) 1998 - 2021, 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
@@ -65,7 +65,7 @@ if(curl) {
 }
 .fi
 .SH AVAILABILITY
-Added in libcurl 7.71.0. This option is supported by the OpenSSL backends.
+Added in 7.71.0. This option is supported by the OpenSSL backends.
 .SH RETURN VALUE
 Returns CURLE_OK if TLS enabled, CURLE_UNKNOWN_OPTION if not, or
 CURLE_OUT_OF_MEMORY if there was insufficient heap space.
index 899ad503d420844fa23493391e7a961a1d61d75c..9a27a25a8009d96ccbca14198586a85a9a9eb2aa 100644 (file)
@@ -5,7 +5,7 @@
 .\" *                            | (__| |_| |  _ <| |___
 .\" *                             \___|\___/|_| \_\_____|
 .\" *
-.\" * Copyright (C) 1998 - 2020, Daniel Stenberg, <daniel@haxx.se>, et al.
+.\" * Copyright (C) 1998 - 2021, 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
@@ -60,8 +60,8 @@ if(curl) {
 }
 .fi
 .SH AVAILABILITY
-Added in libcurl 7.71.0. This option is supported by the OpenSSL, Secure
-Transport and Schannel backends.
+Added in 7.71.0. This option is supported by the OpenSSL, Secure Transport and
+Schannel backends.
 .SH RETURN VALUE
 Returns CURLE_OK if TLS enabled, CURLE_UNKNOWN_OPTION if not, or
 CURLE_OUT_OF_MEMORY if there was insufficient heap space.
index ffc03eded07630cbbb28af657a92eaa377f2e139..8aacfa0c6ae386b8c34fa3f0588802565618419b 100644 (file)
@@ -5,7 +5,7 @@
 .\" *                            | (__| |_| |  _ <| |___
 .\" *                             \___|\___/|_| \_\_____|
 .\" *
-.\" * Copyright (C) 1998 - 2020, Daniel Stenberg, <daniel@haxx.se>, et al.
+.\" * Copyright (C) 1998 - 2021, 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
@@ -67,7 +67,7 @@ if(curl) {
 }
 .fi
 .SH AVAILABILITY
-Added in libcurl 7.71.0. This option is supported by the OpenSSL backends.
+Added in 7.71.0. This option is supported by the OpenSSL backends.
 .SH RETURN VALUE
 Returns CURLE_OK if TLS enabled, CURLE_UNKNOWN_OPTION if not, or
 CURLE_OUT_OF_MEMORY if there was insufficient heap space.