From: Daniel Stenberg Date: Fri, 9 Sep 2022 13:36:06 +0000 (+0200) Subject: docs: the websockets symbols are added in 7.86.0 X-Git-Tag: curl-7_86_0~268 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=485c9ba50a0bc55314b6f36c50550a0502ee4e4b;p=thirdparty%2Fcurl.git docs: the websockets symbols are added in 7.86.0 Nothing else Closes #9459 --- diff --git a/docs/libcurl/curl_ws_recv.3 b/docs/libcurl/curl_ws_recv.3 index edbce84c43..b13b598324 100644 --- a/docs/libcurl/curl_ws_recv.3 +++ b/docs/libcurl/curl_ws_recv.3 @@ -38,7 +38,7 @@ This function call is EXPERIMENTAL. Retrives as much as possible of a received WebSockets data fragment into the \fBbuffer\fP, but not more than \fBbuflen\fP bytes. The provide \fIrecvflags\fP argument gets bits set to help characterize the fragment. -.IP RECVFLAGS +.SH RECVFLAGS .IP CURLWS_TEXT The buffer contains text data. Note that this makes a difference to WebSockets but libcurl itself will not make any verification of the content or @@ -57,7 +57,7 @@ This as an incoming ping message, that expects a pong response. .fi .SH AVAILABILITY -Added in 7.85.0. +Added in 7.86.0. .SH RETURN VALUE .SH "SEE ALSO" diff --git a/docs/libcurl/curl_ws_send.3 b/docs/libcurl/curl_ws_send.3 index 7cf103dbe8..098cba6891 100644 --- a/docs/libcurl/curl_ws_send.3 +++ b/docs/libcurl/curl_ws_send.3 @@ -64,7 +64,7 @@ This as a pong. .fi .SH AVAILABILITY -Added in 7.85.0. +Added in 7.86.0. .SH RETURN VALUE .SH "SEE ALSO" diff --git a/docs/libcurl/symbols-in-versions b/docs/libcurl/symbols-in-versions index afe800216d..070c0f3677 100644 --- a/docs/libcurl/symbols-in-versions +++ b/docs/libcurl/symbols-in-versions @@ -874,7 +874,7 @@ CURLOPT_WRITEDATA 7.9.7 CURLOPT_WRITEFUNCTION 7.1 CURLOPT_WRITEHEADER 7.1 CURLOPT_WRITEINFO 7.1 -CURLOPT_WS_OPTIONS 7.85.0 +CURLOPT_WS_OPTIONS 7.86.0 CURLOPT_XFERINFODATA 7.32.0 CURLOPT_XFERINFOFUNCTION 7.32.0 CURLOPT_XOAUTH2_BEARER 7.33.0