diff options
author | Daniel Stenberg <daniel@haxx.se> | 2011-05-25 13:51:57 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2011-05-25 13:51:57 +0200 |
commit | 340228cc8121270adbde1d49326327d48165e463 (patch) | |
tree | 1c600ff805cae1694dc4bcb445ad0c2a75a19d8c /docs/libcurl | |
parent | edf282c09681dfca6b6480a3e07a475918b32e23 (diff) |
setopt.3: remove leftover style change
Diffstat (limited to 'docs/libcurl')
-rw-r--r-- | docs/libcurl/curl_easy_setopt.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/libcurl/curl_easy_setopt.3 b/docs/libcurl/curl_easy_setopt.3 index f7af816bb..06d071bf2 100644 --- a/docs/libcurl/curl_easy_setopt.3 +++ b/docs/libcurl/curl_easy_setopt.3 @@ -312,8 +312,8 @@ Function pointer that should match the \fIcurl_closesocket_callback\fP prototype found in \fI<curl/curl.h>\fP. This function gets called by libcurl instead of the \fIclose(3)\fP or \fIclosesocket(3)\fP call when sockets are closed (not for any other file descriptors). This is pretty much the reverse -to the \fICURLOPT_OPENSOCKETFUNCTION\fP option. \fIReturn 0 to signal success -and 1 if there was an error. (Option added in 7.21.7) +to the \fICURLOPT_OPENSOCKETFUNCTION\fP option. Return 0 to signal success and +1 if there was an error. (Option added in 7.21.7) .IP CURLOPT_CLOSESOCKETDATA Pass a pointer that will be untouched by libcurl and passed as the first argument in the opensocket callback set with |