CURLSHOPT_UNLOCKFUNC.3: the callback as no 'access' argument

Probably a copy and paste error from the lock function man page.

Reported-by: Robby Simpson
Fixes #9612
Closes #9613
This commit is contained in:
Daniel Stenberg 2022-09-28 15:44:23 +02:00
parent 24ed4314b0
commit ca3efd57c2
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

@ -45,8 +45,6 @@ is released.
The \fIdata\fP argument tells what kind of data libcurl wants to unlock. Make The \fIdata\fP argument tells what kind of data libcurl wants to unlock. Make
sure that the callback uses a different lock for each kind of data. sure that the callback uses a different lock for each kind of data.
\fIaccess\fP defines what access type libcurl wants, shared or single.
\fIuserptr\fP is the private pointer you set with \fICURLSHOPT_USERDATA\fP. \fIuserptr\fP is the private pointer you set with \fICURLSHOPT_USERDATA\fP.
This pointer is not used by libcurl itself. This pointer is not used by libcurl itself.
.SH PROTOCOLS .SH PROTOCOLS