From: Daniel Stenberg Date: Fri, 12 Nov 2021 14:27:04 +0000 (+0100) Subject: curl_share_setopt.3: refer to CURLSHOPT_USERDATA(3) properly X-Git-Tag: curl-7_81_0~176 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=541adbe2d8750a68545a29e2e994d61cc87137c3;p=thirdparty%2Fcurl.git curl_share_setopt.3: refer to CURLSHOPT_USERDATA(3) properly --- diff --git a/docs/libcurl/curl_share_setopt.3 b/docs/libcurl/curl_share_setopt.3 index 3e99d6ff92..cd54d8aa24 100644 --- a/docs/libcurl/curl_share_setopt.3 +++ b/docs/libcurl/curl_share_setopt.3 @@ -39,8 +39,7 @@ See \fICURLSHOPT_SHARE(3)\fP. .IP CURLSHOPT_UNSHARE See \fICURLSHOPT_UNSHARE(3)\fP. .IP CURLSHOPT_USERDATA -The \fIparameter\fP allows you to specify a pointer to data that will be passed -to the lock_function and unlock_function each time it is called. +See \fICURLSHOPT_USERDATA(3)\fP. .SH EXAMPLE .nf CURLSHcode sh