From d09e14ed54f5ea17ecf9dc9a480cb558b51cb15c Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Fri, 1 Aug 2025 16:10:50 +0200 Subject: [PATCH] Revert "try dotdotdot" This reverts commit ad12113958464285781936a75d1a8897c78ab880. --- docs/libcurl/opts/CURLOPT_ALTSVC.md | 2 +- docs/libcurl/opts/CURLOPT_ALTSVC_CTRL.md | 2 +- docs/libcurl/opts/CURLOPT_FTPSSLAUTH.md | 2 +- docs/libcurl/opts/CURLOPT_FTP_FILEMETHOD.md | 2 +- docs/libcurl/opts/CURLOPT_FTP_SSL_CCC.md | 2 +- docs/libcurl/opts/CURLOPT_HEADEROPT.md | 2 +- docs/libcurl/opts/CURLOPT_HTTPAUTH.md | 2 +- docs/libcurl/opts/CURLOPT_HTTP_VERSION.md | 4 ++-- docs/libcurl/opts/CURLOPT_IPRESOLVE.md | 2 +- docs/libcurl/opts/CURLOPT_NETRC.md | 2 +- docs/libcurl/opts/CURLOPT_NETRC_FILE.md | 2 +- docs/libcurl/opts/CURLOPT_POSTREDIR.md | 2 +- docs/libcurl/opts/CURLOPT_PROXYAUTH.md | 2 +- docs/libcurl/opts/CURLOPT_PROXYTYPE.md | 2 +- docs/libcurl/opts/CURLOPT_PROXY_SSL_OPTIONS.md | 2 +- docs/libcurl/opts/CURLOPT_RTSP_REQUEST.md | 2 +- docs/libcurl/opts/CURLOPT_RTSP_TRANSPORT.md | 2 +- docs/libcurl/opts/CURLOPT_SOCKS5_AUTH.md | 2 +- docs/libcurl/opts/CURLOPT_SSL_OPTIONS.md | 2 +- docs/libcurl/opts/CURLOPT_TIMECONDITION.md | 2 +- docs/libcurl/opts/CURLOPT_TIMEVALUE.md | 2 +- docs/libcurl/opts/CURLOPT_TIMEVALUE_LARGE.md | 2 +- docs/libcurl/opts/CURLOPT_USE_SSL.md | 2 +- 23 files changed, 24 insertions(+), 24 deletions(-) diff --git a/docs/libcurl/opts/CURLOPT_ALTSVC.md b/docs/libcurl/opts/CURLOPT_ALTSVC.md index f08381dd62..bdb37b1d44 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 ed276d0b7f..5f59f18873 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 a676e974cb..e1d7b0cc65 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 d6aa6f9148..514e3be8cc 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 b32d3b5624..df4dc637b7 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 78d1841d27..262d264336 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 ed7f018891..ba001f3ec5 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 3d71346070..74a296b675 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 b24197d152..0f7b0580e8 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 5847076d16..4292a0d144 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 6e78f1b0bf..6ffb0ef4f9 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 a1f5805dd0..300da29ec7 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 c932db36d5..bb0767c26c 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 6ef3615286..6b3c2d8e83 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 b25bb5f917..6ed2e871f9 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 710ded1c9d..1a60888231 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 82bc3775be..ac100dd32e 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 3a3646de8e..f082420b03 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 5bb6d84e07..4719ab75e8 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 414d124ed9..0997322dfa 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 560855d049..a1bb1456d5 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 737e00e5fb..4da06094f4 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 9d14db8033..484769d42b 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%