diff options
author | Kamil Dudka <kdudka@redhat.com> | 2013-04-05 13:13:26 +0200 |
---|---|---|
committer | Kamil Dudka <kdudka@redhat.com> | 2013-04-05 13:14:58 +0200 |
commit | 688124f0e95c28c2fcdf7b98d7069b87c79d97b1 (patch) | |
tree | fd7c33f7b60298d5780e4d777fdb5e0e57ed322f | |
parent | 247b291b12ce0bbb52fbf749542413a60ba7ca84 (diff) |
curl_global_init.3: improve description of CURL_GLOBAL_ALL
Reported by: Tomas Mlcoch
-rw-r--r-- | docs/libcurl/curl_global_init.3 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/libcurl/curl_global_init.3 b/docs/libcurl/curl_global_init.3 index 6a0838357..8e1cc180b 100644 --- a/docs/libcurl/curl_global_init.3 +++ b/docs/libcurl/curl_global_init.3 @@ -56,7 +56,8 @@ details of how to use this function. .SH FLAGS .TP 5 .B CURL_GLOBAL_ALL -Initialize everything possible. This sets all known bits. +Initialize everything possible. This sets all known bits except +\fBCURL_GLOBAL_ACK_EINTR\fP. .TP .B CURL_GLOBAL_SSL Initialize SSL |