diff --git a/docs/libcurl/opts/CURLOPT_ALTSVC.md b/docs/libcurl/opts/CURLOPT_ALTSVC.md index bdb37b1d44..fc141fd616 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..54c434e854 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..506338e173 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_CREATE_MISSING_DIRS.md b/docs/libcurl/opts/CURLOPT_FTP_CREATE_MISSING_DIRS.md index 2f15b5001f..caa707cf18 100644 --- a/docs/libcurl/opts/CURLOPT_FTP_CREATE_MISSING_DIRS.md +++ b/docs/libcurl/opts/CURLOPT_FTP_CREATE_MISSING_DIRS.md @@ -78,7 +78,7 @@ int main(void) # HISTORY -`CURLFTP_CREATE_...` enums became `long` types in 8.16.0, prior to this version +**CURLFTP_CREATE_*** 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..d70a21a437 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..0c00442094 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..bfda72fc26 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..381d73cc41 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..3353713011 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..8acd071f4b 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..28cc034781 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..b0bcaa8c4f 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..6db53fe668 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..0b929ea35e 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..5608466d71 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..42c00a5ccd 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..97ed3ae7d4 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..80d7deae86 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..b7816e2448 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..ff197fe1f2 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..beabedae26 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..34f0cadf38 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..8cc561498a 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..cd5c8046f7 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%