aboutsummaryrefslogtreecommitdiff
path: root/docs/libcurl/curl_easy_setopt.3
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2009-05-07 09:31:24 +0000
committerDaniel Stenberg <daniel@haxx.se>2009-05-07 09:31:24 +0000
commite93c81196f6ef8aa38fc330f3b50143160e28bc0 (patch)
treeb0b5deb15e54931e9c4707f81ffd9ea0cfbf5376 /docs/libcurl/curl_easy_setopt.3
parent7bdd14a9946e1b93e2e1614ad436405e9c497147 (diff)
- Man page *roff problems fixed thanks to input from Colin Watson. Problems
reported in the Debian package.
Diffstat (limited to 'docs/libcurl/curl_easy_setopt.3')
-rw-r--r--docs/libcurl/curl_easy_setopt.34
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/libcurl/curl_easy_setopt.3 b/docs/libcurl/curl_easy_setopt.3
index 06e3a11b9..49d9cdd04 100644
--- a/docs/libcurl/curl_easy_setopt.3
+++ b/docs/libcurl/curl_easy_setopt.3
@@ -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