summaryrefslogtreecommitdiff
path: root/docs/libcurl/opts/CURLOPT_CLOSESOCKETDATA.3
diff options
context:
space:
mode:
authorAlessandro Ghedini <ghedo@debian.org>2018-12-15 10:39:11 +0000
committerAlessandro Ghedini <ghedo@debian.org>2018-12-15 10:39:11 +0000
commit097345087a56e46c815699cf4fb32fad034f7b38 (patch)
tree3b636d7f8ac6abe9cab9477b47d38b121e99c6f7 /docs/libcurl/opts/CURLOPT_CLOSESOCKETDATA.3
parent93b37bd8f23db36f457c3547bbf8b98e6a068c18 (diff)
New upstream version 7.63.0
Diffstat (limited to 'docs/libcurl/opts/CURLOPT_CLOSESOCKETDATA.3')
-rw-r--r--docs/libcurl/opts/CURLOPT_CLOSESOCKETDATA.34
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/libcurl/opts/CURLOPT_CLOSESOCKETDATA.3 b/docs/libcurl/opts/CURLOPT_CLOSESOCKETDATA.3
index 5e43cf68..92120019 100644
--- a/docs/libcurl/opts/CURLOPT_CLOSESOCKETDATA.3
+++ b/docs/libcurl/opts/CURLOPT_CLOSESOCKETDATA.3
@@ -20,7 +20,7 @@
.\" *
.\" **************************************************************************
.\"
-.TH CURLOPT_CLOSESOCKETDATA 3 "May 31, 2017" "libcurl 7.62.0" "curl_easy_setopt options"
+.TH CURLOPT_CLOSESOCKETDATA 3 "November 07, 2018" "libcurl 7.63.0" "curl_easy_setopt options"
.SH NAME
CURLOPT_CLOSESOCKETDATA \- pointer passed to the socket close callback
@@ -40,7 +40,7 @@ All except file:
.nf
static int closesocket(void *clientp, curl_socket_t item)
{
- printf("libcurl wants to close %d now\n", (int)item);
+ printf("libcurl wants to close %d now\\n", (int)item);
return 0;
}