diff options
Diffstat (limited to 'docs/libcurl/opts/CURLOPT_SOCKOPTFUNCTION.3')
-rw-r--r-- | docs/libcurl/opts/CURLOPT_SOCKOPTFUNCTION.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/libcurl/opts/CURLOPT_SOCKOPTFUNCTION.3 b/docs/libcurl/opts/CURLOPT_SOCKOPTFUNCTION.3 index 272650fda..e99fb79f2 100644 --- a/docs/libcurl/opts/CURLOPT_SOCKOPTFUNCTION.3 +++ b/docs/libcurl/opts/CURLOPT_SOCKOPTFUNCTION.3 @@ -61,7 +61,7 @@ created socket descriptor to the callback in the \fIcurlfd\fP parameter so additional setsockopt() calls can be done at the user's discretion. The \fIclientp\fP pointer contains whatever user-defined value set using the -\fICURLOPT_SOCKOPTDATA\fP function. +\fICURLOPT_SOCKOPTDATA(3)\fP function. Return \fICURL_SOCKOPT_OK\fP from the callback on success. Return \fICURL_SOCKOPT_ERROR\fP from the callback function to signal an unrecoverable |