mirror of
https://github.com/curl/curl.git
synced 2026-05-30 02:47:28 +03:00
CURLMOPT_SOCKETFUNCTION.3: fix typo
Closes https://github.com/curl/curl/pull/914
This commit is contained in:
parent
bf430ecdef
commit
16fe3f6b0a
1 changed files with 1 additions and 1 deletions
|
|
@ -54,7 +54,7 @@ Wait for incoming data. For the socket to become readable.
|
|||
.IP CURL_POLL_OUT
|
||||
Wait for outgoing data. For the socket to become writable.
|
||||
.IP CURL_POLL_INOUT
|
||||
Wait for incoming abd outgoing data. For the socket to become readable or
|
||||
Wait for incoming and outgoing data. For the socket to become readable or
|
||||
writable.
|
||||
.IP CURL_POLL_REMOVE
|
||||
The specified socket/file descriptor is no longer used by libcurl.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue