Skip to content

Commit be527af

Browse files
committed
curl_share_setopt.3: improve wording [ci ship]
Reported-by: Carlos ORyan
1 parent 3538026 commit be527af

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/libcurl/curl_share_setopt.3

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
.\" * | (__| |_| | _ <| |___
66
.\" * \___|\___/|_| \_\_____|
77
.\" *
8-
.\" * Copyright (C) 1998 - 2018, Daniel Stenberg, <daniel@haxx.se>, et al.
8+
.\" * Copyright (C) 1998 - 2019, Daniel Stenberg, <daniel@haxx.se>, et al.
99
.\" *
1010
.\" * This software is licensed as described in the file COPYING, which
1111
.\" * you should have received as part of this distribution. The terms
@@ -37,8 +37,8 @@ prototype:
3737
void lock_function(CURL *handle, curl_lock_data data, curl_lock_access access,
3838
void *userptr);
3939

40-
\fIdata\fP defines what data libcurl wants to lock, and you must make sure that
41-
only one lock is given at any time for each kind of data.
40+
The \fIdata\fP argument tells what kind of data libcurl wants to lock. Make
41+
sure that the callback uses a different lock for each kind of data.
4242

4343
\fIaccess\fP defines what access type libcurl wants, shared or single.
4444

0 commit comments

Comments
 (0)