Base code merged to SPIN 2.4
[platform/upstream/curl.git] / docs / libcurl / opts / CURLOPT_IOCTLFUNCTION.3
index 9ac5547..ebfe8df 100644 (file)
@@ -22,7 +22,7 @@
 .\"
 .TH CURLOPT_IOCTLFUNCTION 3 "16 Jun 2014" "libcurl 7.37.0" "curl_easy_setopt options"
 .SH NAME
-CURLOPT_IOCTLFUNCTION \- [short desc]
+CURLOPT_IOCTLFUNCTION \- callback for I/O operations
 .SH SYNOPSIS
 .nf
 #include <curl/curl.h>
@@ -57,7 +57,7 @@ The callback MUST return \fICURLIOE_UNKNOWNCMD\fP if the input \fIcmd\fP is
 not \fICURLIOCMD_RESTARTREAD\fP.
 
 The \fIclientp\fP argument to the callback is set with the
-\fUICURLOPT_IOCTLDATA(3)\fP option.
+\fICURLOPT_IOCTLDATA(3)\fP option.
 
 This option is deprecated! Do not use it. Use \fICURLOPT_SEEKFUNCTION(3)\fP
 instead to provide seeking! If \fICURLOPT_SEEKFUNCTION(3)\fP is set, this