diff options
author | Daniel Stenberg <daniel@haxx.se> | 2021-11-12 15:27:04 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2021-11-12 15:27:04 +0100 |
commit | 541adbe2d8750a68545a29e2e994d61cc87137c3 (patch) | |
tree | 556650a9041da9907e0cdf1c17c70697377f6a1e /docs | |
parent | ec1d4e6466d074c9ea2ffa237adc5f49c60f7181 (diff) | |
download | curl-541adbe2d8750a68545a29e2e994d61cc87137c3.tar.gz |
curl_share_setopt.3: refer to CURLSHOPT_USERDATA(3) properly
Diffstat (limited to 'docs')
-rw-r--r-- | docs/libcurl/curl_share_setopt.3 | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/libcurl/curl_share_setopt.3 b/docs/libcurl/curl_share_setopt.3 index 3e99d6ff9..cd54d8aa2 100644 --- a/docs/libcurl/curl_share_setopt.3 +++ b/docs/libcurl/curl_share_setopt.3 @@ -39,8 +39,7 @@ See \fICURLSHOPT_SHARE(3)\fP. .IP CURLSHOPT_UNSHARE See \fICURLSHOPT_UNSHARE(3)\fP. .IP CURLSHOPT_USERDATA -The \fIparameter\fP allows you to specify a pointer to data that will be passed -to the lock_function and unlock_function each time it is called. +See \fICURLSHOPT_USERDATA(3)\fP. .SH EXAMPLE .nf CURLSHcode sh |