From d3eb325cdcd12258a22c116d2be0ae5753018581 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Fri, 1 Aug 2025 14:00:21 +0200 Subject: [PATCH] CURLOPT_TIMEVALUE.md try fix --- docs/libcurl/opts/CURLOPT_NETRC.md | 2 +- docs/libcurl/opts/CURLOPT_TIMEVALUE.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/libcurl/opts/CURLOPT_NETRC.md b/docs/libcurl/opts/CURLOPT_NETRC.md index 1672c4bd5d..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_TIMEVALUE.md b/docs/libcurl/opts/CURLOPT_TIMEVALUE.md index 3fdf6f3f0b..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%