]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
CURLSHOPT_USERDATA.3: fix copy-paste mistake
authorRekGRpth <RekGRpth@users.noreply.github.com>
Thu, 9 Dec 2021 11:13:58 +0000 (16:13 +0500)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 9 Dec 2021 13:31:22 +0000 (14:31 +0100)
Closes #8124

docs/libcurl/opts/CURLSHOPT_USERDATA.3

index 21ce2706b4fce3447077973a37f6b7a949738122..79f584c2b6e16b32d9a56dc48ebbf576456cbe7c 100644 (file)
@@ -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