diff options
author | Daniel Stenberg <daniel@haxx.se> | 2017-05-31 13:39:56 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2017-05-31 13:39:56 +0200 |
commit | 399a1a618270b7b352d32bcd8c4e5e9d47dc3316 (patch) | |
tree | b8e0c1f66792001f2a11ec1837f07f1699fa8b51 | |
parent | f072393febfc8dfefa88a8c0f9d04c4312810779 (diff) |
CURLOPT_STREAM_DEPENDS.3: typo
-rw-r--r-- | docs/libcurl/opts/CURLOPT_STREAM_DEPENDS.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/libcurl/opts/CURLOPT_STREAM_DEPENDS.3 b/docs/libcurl/opts/CURLOPT_STREAM_DEPENDS.3 index d0fd71751..c09d9b1cc 100644 --- a/docs/libcurl/opts/CURLOPT_STREAM_DEPENDS.3 +++ b/docs/libcurl/opts/CURLOPT_STREAM_DEPENDS.3 @@ -30,7 +30,7 @@ CURLcode curl_easy_setopt(CURL *handle, CURLOPT_STREAM_DEPENDS, CURL *dephandle) .SH DESCRIPTION Pass a CURL * pointer in \fIdephandle\fP to identify the stream within the same connection that this stream is depending upon. This option clears the -exclusive it and is mutually exclusive to the +exclusive bit and is mutually exclusive to the \fICURLOPT_STREAM_DEPENDS_E(3)\fP option. The spec says "Including a dependency expresses a preference to allocate |