mirror of
https://github.com/curl/curl.git
synced 2026-05-30 16:27:29 +03:00
CURLSHOPT_LOCKFUNC.3: fix typo "relased" -> "released"
Found when packaging 7.81.0 for Debian. Closes #8364
This commit is contained in:
parent
3b16575ae9
commit
7e30252ec3
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ CURLSHcode curl_share_setopt(CURLSH *share, CURLSHOPT_LOCKFUNC, lockcb);
|
|||
.SH DESCRIPTION
|
||||
Set a mutex lock callback for the share object, to allow it to get used by
|
||||
multiple threads concurrently. There's a corresponding
|
||||
\fICURLSHOPT_UNLOCKFUNC(3)\fP callback called when the mutex is again relased.
|
||||
\fICURLSHOPT_UNLOCKFUNC(3)\fP callback called when the mutex is again released.
|
||||
|
||||
The \fIlockcb\fP argument must be a pointer to a function matching the
|
||||
prototype shown above. The arguments to the callback are:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue