CURLSHOPT_USERDATA.3: fix copy-paste mistake

Closes #8124
This commit is contained in:
RekGRpth 2021-12-09 16:13:58 +05:00 committed by Daniel Stenberg
parent d6934d393d
commit 98ae5d8ebc
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View 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