mirror of
https://github.com/curl/curl.git
synced 2026-07-03 12:07:16 +03:00
CURLOPT_STREAM_DEPENDS.3: typo
This commit is contained in:
parent
f072393feb
commit
399a1a6182
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue