summaryrefslogtreecommitdiff
path: root/docs/libcurl/opts/CURLOPT_NOSIGNAL.3
diff options
context:
space:
mode:
Diffstat (limited to 'docs/libcurl/opts/CURLOPT_NOSIGNAL.3')
-rw-r--r--docs/libcurl/opts/CURLOPT_NOSIGNAL.34
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/libcurl/opts/CURLOPT_NOSIGNAL.3 b/docs/libcurl/opts/CURLOPT_NOSIGNAL.3
index 3ee715ea1..3ca15244a 100644
--- a/docs/libcurl/opts/CURLOPT_NOSIGNAL.3
+++ b/docs/libcurl/opts/CURLOPT_NOSIGNAL.3
@@ -49,6 +49,8 @@ cases when they may still happen, contrary to our desire. In addition, using
raised.
.SH DEFAULT
0
+.SH PROTOCOLS
+All
.SH EXAMPLE
.nf
CURL *curl = curl_easy_init();
@@ -66,3 +68,5 @@ if(curl) {
Added in 7.10
.SH RETURN VALUE
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
+.SH SEE ALSO
+.BR CURLOPT_TIMEOUT "(3), "