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