From cffe3012993ededf2dbf4fd4edc810b434aa5617 Mon Sep 17 00:00:00 2001 From: Pierrick Charron Date: Sat, 18 Feb 2023 12:38:36 -0500 Subject: [PATCH] CURLOPT_WS_OPTIONS.3: fix the availability version Closes #10557 --- docs/libcurl/opts/CURLOPT_WS_OPTIONS.3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/libcurl/opts/CURLOPT_WS_OPTIONS.3 b/docs/libcurl/opts/CURLOPT_WS_OPTIONS.3 index 2fe023d31d..5716b6c99b 100644 --- a/docs/libcurl/opts/CURLOPT_WS_OPTIONS.3 +++ b/docs/libcurl/opts/CURLOPT_WS_OPTIONS.3 @@ -62,7 +62,7 @@ if(curl) { } .fi .SH AVAILABILITY -Added in 7.85.0 +Added in 7.86.0 .SH RETURN VALUE Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not. .SH "SEE ALSO"