From 98ae5d8ebc34161cca89e606701e21c2b7eec64b Mon Sep 17 00:00:00 2001 From: RekGRpth Date: Thu, 9 Dec 2021 16:13:58 +0500 Subject: [PATCH] CURLSHOPT_USERDATA.3: fix copy-paste mistake Closes #8124 --- docs/libcurl/opts/CURLSHOPT_USERDATA.3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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