diff --git a/docs/libcurl/opts/CURLOPT_ALTSVC.md b/docs/libcurl/opts/CURLOPT_ALTSVC.md index bdb37b1d44..f08381dd62 100644 --- a/docs/libcurl/opts/CURLOPT_ALTSVC.md +++ b/docs/libcurl/opts/CURLOPT_ALTSVC.md @@ -69,7 +69,7 @@ int main(void) # HISTORY -`CURLALTSVC_*` macros became `long` types in 8.16.0, prior to this version +`CURLALTSVC_...` macros became `long` types in 8.16.0, prior to this version a `long` cast is necessary when passing to curl_easy_setopt(3). # FILE FORMAT diff --git a/docs/libcurl/opts/CURLOPT_ALTSVC_CTRL.md b/docs/libcurl/opts/CURLOPT_ALTSVC_CTRL.md index 5f59f18873..ed276d0b7f 100644 --- a/docs/libcurl/opts/CURLOPT_ALTSVC_CTRL.md +++ b/docs/libcurl/opts/CURLOPT_ALTSVC_CTRL.md @@ -93,7 +93,7 @@ int main(void) # HISTORY -`CURLALTSVC_*` macros became `long` types in 8.16.0, prior to this version +`CURLALTSVC_...` macros became `long` types in 8.16.0, prior to this version a `long` cast is necessary when passing to curl_easy_setopt(3). # %AVAILABILITY% diff --git a/docs/libcurl/opts/CURLOPT_FTPSSLAUTH.md b/docs/libcurl/opts/CURLOPT_FTPSSLAUTH.md index e1d7b0cc65..a676e974cb 100644 --- a/docs/libcurl/opts/CURLOPT_FTPSSLAUTH.md +++ b/docs/libcurl/opts/CURLOPT_FTPSSLAUTH.md @@ -70,7 +70,7 @@ int main(void) # HISTORY -`CURLFTPAUTH_*` enums became `long` types in 8.16.0, prior to this version +`CURLFTPAUTH_...` enums became `long` types in 8.16.0, prior to this version a `long` cast is necessary when passing to curl_easy_setopt(3). # %AVAILABILITY% diff --git a/docs/libcurl/opts/CURLOPT_FTP_FILEMETHOD.md b/docs/libcurl/opts/CURLOPT_FTP_FILEMETHOD.md index 514e3be8cc..d6aa6f9148 100644 --- a/docs/libcurl/opts/CURLOPT_FTP_FILEMETHOD.md +++ b/docs/libcurl/opts/CURLOPT_FTP_FILEMETHOD.md @@ -79,7 +79,7 @@ int main(void) # HISTORY -`CURLFTPMETHOD_*` enums became `long` types in 8.16.0, prior to this version +`CURLFTPMETHOD_...` enums became `long` types in 8.16.0, prior to this version a `long` cast is necessary when passing to curl_easy_setopt(3). # %AVAILABILITY% diff --git a/docs/libcurl/opts/CURLOPT_FTP_SSL_CCC.md b/docs/libcurl/opts/CURLOPT_FTP_SSL_CCC.md index df4dc637b7..b32d3b5624 100644 --- a/docs/libcurl/opts/CURLOPT_FTP_SSL_CCC.md +++ b/docs/libcurl/opts/CURLOPT_FTP_SSL_CCC.md @@ -72,7 +72,7 @@ int main(void) # HISTORY -`CURLFTPSSL_*` enums became `long` types in 8.16.0, prior to this version +`CURLFTPSSL_...` enums became `long` types in 8.16.0, prior to this version a `long` cast is necessary when passing to curl_easy_setopt(3). # %AVAILABILITY% diff --git a/docs/libcurl/opts/CURLOPT_HEADEROPT.md b/docs/libcurl/opts/CURLOPT_HEADEROPT.md index 262d264336..78d1841d27 100644 --- a/docs/libcurl/opts/CURLOPT_HEADEROPT.md +++ b/docs/libcurl/opts/CURLOPT_HEADEROPT.md @@ -75,7 +75,7 @@ int main(void) # HISTORY -`CURLHEADER_*` macros became `long` types in 8.16.0, prior to this version +`CURLHEADER_...` macros became `long` types in 8.16.0, prior to this version a `long` cast is necessary when passing to curl_easy_setopt(3). # %AVAILABILITY% diff --git a/docs/libcurl/opts/CURLOPT_HTTPAUTH.md b/docs/libcurl/opts/CURLOPT_HTTPAUTH.md index ba001f3ec5..ed7f018891 100644 --- a/docs/libcurl/opts/CURLOPT_HTTPAUTH.md +++ b/docs/libcurl/opts/CURLOPT_HTTPAUTH.md @@ -152,7 +152,7 @@ CURLAUTH_ONLY was added in 7.21.3 CURLAUTH_NTLM_WB was added in 7.22.0 -`CURLAUTH_*` macros became `long` types in 7.26.0, prior to this version +`CURLAUTH_...` macros became `long` types in 7.26.0, prior to this version a `long` cast is necessary when passing to curl_easy_setopt(3). CURLAUTH_BEARER was added in 7.61.0 diff --git a/docs/libcurl/opts/CURLOPT_HTTP_VERSION.md b/docs/libcurl/opts/CURLOPT_HTTP_VERSION.md index 74a296b675..3d71346070 100644 --- a/docs/libcurl/opts/CURLOPT_HTTP_VERSION.md +++ b/docs/libcurl/opts/CURLOPT_HTTP_VERSION.md @@ -116,8 +116,8 @@ int main(void) # HISTORY -`CURL_HTTP_VERSION_*` enums became `long` types in 8.13.0, prior to this version -a `long` cast is necessary when passing to curl_easy_setopt(3). +`CURL_HTTP_VERSION_...` enums became `long` types in 8.13.0, prior to this +version a `long` cast is necessary when passing to curl_easy_setopt(3). # %AVAILABILITY% diff --git a/docs/libcurl/opts/CURLOPT_IPRESOLVE.md b/docs/libcurl/opts/CURLOPT_IPRESOLVE.md index 0f7b0580e8..b24197d152 100644 --- a/docs/libcurl/opts/CURLOPT_IPRESOLVE.md +++ b/docs/libcurl/opts/CURLOPT_IPRESOLVE.md @@ -77,7 +77,7 @@ int main(void) # HISTORY -`CURL_IPRESOLVE_*` macros became `long` types in 8.15.0, before this version +`CURL_IPRESOLVE_...` macros became `long` types in 8.15.0, before this version a `long` cast is necessary when passing to curl_easy_setopt(3). # %AVAILABILITY% diff --git a/docs/libcurl/opts/CURLOPT_NETRC.md b/docs/libcurl/opts/CURLOPT_NETRC.md index 4292a0d144..5847076d16 100644 --- a/docs/libcurl/opts/CURLOPT_NETRC.md +++ b/docs/libcurl/opts/CURLOPT_NETRC.md @@ -141,7 +141,7 @@ int main(void) # HISTORY -`CURL_NETRC_*` enums became `long` types in 8.13.0, prior to this version +`CURL_NETRC_...` enums became `long` types in 8.13.0, prior to this version a `long` cast is necessary when passing to curl_easy_setopt(3). # %AVAILABILITY% diff --git a/docs/libcurl/opts/CURLOPT_NETRC_FILE.md b/docs/libcurl/opts/CURLOPT_NETRC_FILE.md index 6ffb0ef4f9..6e78f1b0bf 100644 --- a/docs/libcurl/opts/CURLOPT_NETRC_FILE.md +++ b/docs/libcurl/opts/CURLOPT_NETRC_FILE.md @@ -62,7 +62,7 @@ int main(void) # HISTORY -`CURL_NETRC_*` enums became `long` types in 8.13.0, prior to this version +`CURL_NETRC_...` enums became `long` types in 8.13.0, prior to this version a `long` cast is necessary when passing to curl_easy_setopt(3). # %AVAILABILITY% diff --git a/docs/libcurl/opts/CURLOPT_POSTREDIR.md b/docs/libcurl/opts/CURLOPT_POSTREDIR.md index 300da29ec7..a1f5805dd0 100644 --- a/docs/libcurl/opts/CURLOPT_POSTREDIR.md +++ b/docs/libcurl/opts/CURLOPT_POSTREDIR.md @@ -77,7 +77,7 @@ int main(void) This option was known as CURLOPT_POST301 up to 7.19.0 as it only supported the 301 then. CURL_REDIR_POST_303 was added in 7.26.0. -`CURL_REDIR_*` macros became `long` types in 8.16.0, prior to this version +`CURL_REDIR_...` macros became `long` types in 8.16.0, prior to this version a `long` cast is necessary when passing to curl_easy_setopt(3). # %AVAILABILITY% diff --git a/docs/libcurl/opts/CURLOPT_PROXYAUTH.md b/docs/libcurl/opts/CURLOPT_PROXYAUTH.md index bb0767c26c..c932db36d5 100644 --- a/docs/libcurl/opts/CURLOPT_PROXYAUTH.md +++ b/docs/libcurl/opts/CURLOPT_PROXYAUTH.md @@ -69,7 +69,7 @@ int main(void) # HISTORY -`CURLAUTH_*` macros became `long` types in 7.26.0, prior to this version +`CURLAUTH_...` macros became `long` types in 7.26.0, prior to this version a `long` cast is necessary when passing to curl_easy_setopt(3). # %AVAILABILITY% diff --git a/docs/libcurl/opts/CURLOPT_PROXYTYPE.md b/docs/libcurl/opts/CURLOPT_PROXYTYPE.md index 6b3c2d8e83..6ef3615286 100644 --- a/docs/libcurl/opts/CURLOPT_PROXYTYPE.md +++ b/docs/libcurl/opts/CURLOPT_PROXYTYPE.md @@ -94,7 +94,7 @@ int main(void) # HISTORY -`CURLPROXY_*` enums became `long` types in 8.16.0, prior to this version +`CURLPROXY_...` enums became `long` types in 8.16.0, prior to this version a `long` cast is necessary when passing to curl_easy_setopt(3). # %AVAILABILITY% diff --git a/docs/libcurl/opts/CURLOPT_PROXY_SSL_OPTIONS.md b/docs/libcurl/opts/CURLOPT_PROXY_SSL_OPTIONS.md index 6ed2e871f9..b25bb5f917 100644 --- a/docs/libcurl/opts/CURLOPT_PROXY_SSL_OPTIONS.md +++ b/docs/libcurl/opts/CURLOPT_PROXY_SSL_OPTIONS.md @@ -119,7 +119,7 @@ int main(void) # HISTORY -`CURLSSLOPT_*` macros became `long` types in 8.15.0, prior to this version +`CURLSSLOPT_...` macros became `long` types in 8.15.0, prior to this version a `long` cast is necessary when passing to curl_easy_setopt(3). # %AVAILABILITY% diff --git a/docs/libcurl/opts/CURLOPT_RTSP_REQUEST.md b/docs/libcurl/opts/CURLOPT_RTSP_REQUEST.md index 1a60888231..710ded1c9d 100644 --- a/docs/libcurl/opts/CURLOPT_RTSP_REQUEST.md +++ b/docs/libcurl/opts/CURLOPT_RTSP_REQUEST.md @@ -133,7 +133,7 @@ int main(void) # HISTORY -`CURL_RTSPREQ_*` enums became `long` types in 8.13.0, prior to this version +`CURL_RTSPREQ_...` enums became `long` types in 8.13.0, prior to this version a `long` cast is necessary when passing to curl_easy_setopt(3). # %AVAILABILITY% diff --git a/docs/libcurl/opts/CURLOPT_RTSP_TRANSPORT.md b/docs/libcurl/opts/CURLOPT_RTSP_TRANSPORT.md index ac100dd32e..82bc3775be 100644 --- a/docs/libcurl/opts/CURLOPT_RTSP_TRANSPORT.md +++ b/docs/libcurl/opts/CURLOPT_RTSP_TRANSPORT.md @@ -61,7 +61,7 @@ int main(void) # HISTORY -`CURL_RTSPREQ_*` enums became `long` types in 8.13.0, prior to this version +`CURL_RTSPREQ_...` enums became `long` types in 8.13.0, prior to this version a `long` cast is necessary when passing to curl_easy_setopt(3). # %AVAILABILITY% diff --git a/docs/libcurl/opts/CURLOPT_SOCKS5_AUTH.md b/docs/libcurl/opts/CURLOPT_SOCKS5_AUTH.md index f082420b03..3a3646de8e 100644 --- a/docs/libcurl/opts/CURLOPT_SOCKS5_AUTH.md +++ b/docs/libcurl/opts/CURLOPT_SOCKS5_AUTH.md @@ -62,7 +62,7 @@ int main(void) # HISTORY -`CURLAUTH_*` macros became `long` types in 7.26.0, prior to this version +`CURLAUTH_...` macros became `long` types in 7.26.0, prior to this version a `long` cast is necessary when passing to curl_easy_setopt(3). # %AVAILABILITY% diff --git a/docs/libcurl/opts/CURLOPT_SSL_OPTIONS.md b/docs/libcurl/opts/CURLOPT_SSL_OPTIONS.md index 4719ab75e8..5bb6d84e07 100644 --- a/docs/libcurl/opts/CURLOPT_SSL_OPTIONS.md +++ b/docs/libcurl/opts/CURLOPT_SSL_OPTIONS.md @@ -132,7 +132,7 @@ int main(void) # HISTORY -`CURLSSLOPT_*` macros became `long` types in 8.15.0, prior to this version +`CURLSSLOPT_...` macros became `long` types in 8.15.0, prior to this version a `long` cast is necessary when passing to curl_easy_setopt(3). # %AVAILABILITY% diff --git a/docs/libcurl/opts/CURLOPT_TIMECONDITION.md b/docs/libcurl/opts/CURLOPT_TIMECONDITION.md index 0997322dfa..414d124ed9 100644 --- a/docs/libcurl/opts/CURLOPT_TIMECONDITION.md +++ b/docs/libcurl/opts/CURLOPT_TIMECONDITION.md @@ -65,7 +65,7 @@ int main(void) # HISTORY -`CURL_TIMECOND_*` enums became `long` types in 8.13.0, prior to this version +`CURL_TIMECOND_...` enums became `long` types in 8.13.0, prior to this version a `long` cast is necessary when passing to curl_easy_setopt(3). # %AVAILABILITY% diff --git a/docs/libcurl/opts/CURLOPT_TIMEVALUE.md b/docs/libcurl/opts/CURLOPT_TIMEVALUE.md index a1bb1456d5..560855d049 100644 --- a/docs/libcurl/opts/CURLOPT_TIMEVALUE.md +++ b/docs/libcurl/opts/CURLOPT_TIMEVALUE.md @@ -63,7 +63,7 @@ int main(void) # HISTORY -`CURL_TIMECOND_*` enums became `long` types in 8.13.0, prior to this version +`CURL_TIMECOND_...` enums became `long` types in 8.13.0, prior to this version a `long` cast is necessary when passing to curl_easy_setopt(3). # %AVAILABILITY% diff --git a/docs/libcurl/opts/CURLOPT_TIMEVALUE_LARGE.md b/docs/libcurl/opts/CURLOPT_TIMEVALUE_LARGE.md index 4da06094f4..737e00e5fb 100644 --- a/docs/libcurl/opts/CURLOPT_TIMEVALUE_LARGE.md +++ b/docs/libcurl/opts/CURLOPT_TIMEVALUE_LARGE.md @@ -65,7 +65,7 @@ int main(void) # HISTORY -`CURL_TIMECOND_*` enums became `long` types in 8.13.0, prior to this version +`CURL_TIMECOND_...` enums became `long` types in 8.13.0, prior to this version a `long` cast is necessary when passing to curl_easy_setopt(3). # %AVAILABILITY% diff --git a/docs/libcurl/opts/CURLOPT_USE_SSL.md b/docs/libcurl/opts/CURLOPT_USE_SSL.md index 484769d42b..9d14db8033 100644 --- a/docs/libcurl/opts/CURLOPT_USE_SSL.md +++ b/docs/libcurl/opts/CURLOPT_USE_SSL.md @@ -84,7 +84,7 @@ int main(void) This option was known as CURLOPT_FTP_SSL up to 7.16.4. Supported by LDAP since 7.81.0. Fully supported by the OpenLDAP backend only. -`CURLUSESSL_*` enums became `long` types in 8.13.0, prior to this version +`CURLUSESSL_...` enums became `long` types in 8.13.0, prior to this version a `long` cast is necessary when passing to curl_easy_setopt(3). # %AVAILABILITY%