summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRekGRpth <RekGRpth@users.noreply.github.com>2021-12-09 16:13:58 +0500
committerDaniel Stenberg <daniel@haxx.se>2021-12-09 14:31:22 +0100
commit98ae5d8ebc34161cca89e606701e21c2b7eec64b (patch)
tree719bbf0445d456ae95555e2488752fcf97f73f8d
parentd6934d393da0b5303c25c4d374eea5cbd0bb8bf5 (diff)
downloadcurl-98ae5d8ebc34161cca89e606701e21c2b7eec64b.tar.gz
CURLSHOPT_USERDATA.3: fix copy-paste mistake
Closes #8124
-rw-r--r--docs/libcurl/opts/CURLSHOPT_USERDATA.32
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/libcurl/opts/CURLSHOPT_USERDATA.3 b/docs/libcurl/opts/CURLSHOPT_USERDATA.3
index 21ce2706b..79f584c2b 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