]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
curl_multi_get_offt: language fix
authorDaniel Stenberg <daniel@haxx.se>
Tue, 5 Aug 2025 09:32:21 +0000 (11:32 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 5 Aug 2025 09:48:31 +0000 (11:48 +0200)
Closes #18175

docs/libcurl/curl_multi_get_offt.md

index 0208e5179f8a1818e2f766ed8d82ff343adfc148..875fa7e3351665643a09165f015b4e9c39a4807a 100644 (file)
@@ -28,8 +28,8 @@ CURLMcode curl_multi_get_offt(CURLM *multi_handle,
 
 # DESCRIPTION
 
-Get the *info* kept in the *multi* handle for `CURLMI_OFFT_*`.
-If the *info* is not applicable, this function returns CURLM_UNKNOWN_OPTION.
+Get the *info* kept in the *multi* handle. If the *info* is not applicable,
+this function returns CURLM_UNKNOWN_OPTION.
 
 # OPTIONS