aboutsummaryrefslogtreecommitdiff
path: root/docs/libcurl/opts/CURLOPT_NOSIGNAL.3
diff options
context:
space:
mode:
authorDan Fandrich <dan@coneharvesters.com>2014-06-24 00:00:34 +0200
committerDan Fandrich <dan@coneharvesters.com>2014-06-24 00:00:34 +0200
commitd8287ca8bc446ccab89064874d1738715cb02ffa (patch)
treec857ee8a2e211a45029086d8d5ebd40d45b6bda4 /docs/libcurl/opts/CURLOPT_NOSIGNAL.3
parentcf1f8d4528b0c1215a3717262f795205d3d1bc87 (diff)
opts: added some DEFAULT and RETURN VALUE sections
Diffstat (limited to 'docs/libcurl/opts/CURLOPT_NOSIGNAL.3')
-rw-r--r--docs/libcurl/opts/CURLOPT_NOSIGNAL.37
1 files changed, 5 insertions, 2 deletions
diff --git a/docs/libcurl/opts/CURLOPT_NOSIGNAL.3 b/docs/libcurl/opts/CURLOPT_NOSIGNAL.3
index 21969e359..27fe15802 100644
--- a/docs/libcurl/opts/CURLOPT_NOSIGNAL.3
+++ b/docs/libcurl/opts/CURLOPT_NOSIGNAL.3
@@ -31,8 +31,7 @@ CURLcode curl_easy_setopt(CURL *handle, CURLOPT_NOSIGNAL, long onoff);
If \fIonoff\fP is 1, libcurl will not use any functions that install signal
handlers or any functions that cause signals to be sent to the process. This
option is here to allow multi-threaded unix applications to still set/use all
-timeout options etc, without risking getting signals. The default value for
-this parameter is 0.
+timeout options etc, without risking getting signals.
If this option is set and libcurl has been built with the standard name
resolver, timeouts will not occur while the name resolve takes place.
@@ -48,5 +47,9 @@ have no way to avoid them and even on those that have there are some corner
cases when they may still happen, contrary to our desire. In addition, using
\fICURLAUTH_NTLM_WB\fP authentication could cause a SIGCHLD signal to be
raised.
+.SH DEFAULT
+0
.SH AVAILABILITY
Added in 7.10
+.SH RETURN VALUE
+Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.