From: RekGRpth Date: Thu, 9 Dec 2021 11:13:58 +0000 (+0500) Subject: CURLSHOPT_USERDATA.3: fix copy-paste mistake X-Git-Tag: curl-7_81_0~85 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=98ae5d8ebc34161cca89e606701e21c2b7eec64b;p=thirdparty%2Fcurl.git CURLSHOPT_USERDATA.3: fix copy-paste mistake Closes #8124 --- diff --git a/docs/libcurl/opts/CURLSHOPT_USERDATA.3 b/docs/libcurl/opts/CURLSHOPT_USERDATA.3 index 21ce2706b4..79f584c2b6 100644 --- a/docs/libcurl/opts/CURLSHOPT_USERDATA.3 +++ b/docs/libcurl/opts/CURLSHOPT_USERDATA.3 @@ -31,7 +31,7 @@ CURLSHcode curl_share_setopt(CURLSH *share, CURLSHOPT_USERDATA, void *ptr); .SH DESCRIPTION The \fIptr\fP parameter is held verbatim by libcurl and is passed on as the \fIuserptr\fP argument to the callbacks set with \fICURLSHOPT_LOCKFUNC(3)\fP -and \fICURLSHOPT_LOCKFUNC(3)\fP. +and \fICURLSHOPT_UNLOCKFUNC(3)\fP. .SH PROTOCOLS All .SH EXAMPLE