]> granicus.if.org Git - curl/commitdiff
setopt.3: remove leftover style change
authorDaniel Stenberg <daniel@haxx.se>
Wed, 25 May 2011 11:51:57 +0000 (13:51 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 25 May 2011 11:51:57 +0000 (13:51 +0200)
docs/libcurl/curl_easy_setopt.3

index f7af816bb0652002e4eca8c644b8bbbec994bcdf..06d071bf2a199f93927da46ac475f9226fa20657 100644 (file)
@@ -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