- Man page *roff problems fixed thanks to input from Colin Watson. Problems

reported in the Debian package.
This commit is contained in:
Daniel Stenberg
2009-05-07 09:31:24 +00:00
parent 7bdd14a994
commit e93c81196f
5 changed files with 12 additions and 7 deletions

View File

@@ -235,9 +235,9 @@ at the user's discretion. \fICURL_SOCKET_BAD\fP return value from the
callback function will signal an unrecoverable error to the library and it
will return \fICURLE_COULDNT_CONNECT\fP. This return code can be used for IP
address blacklisting. The default behavior is:
.Bd -literal -offset indent
.nf
return socket(addr->family, addr->socktype, addr->protocol);
.Ed
.fi
(Option added in 7.17.1.)
.IP CURLOPT_OPENSOCKETDATA
Pass a pointer that will be untouched by libcurl and passed as the first