diff options
| author | Daniel Stenberg <daniel@haxx.se> | 2019-12-03 09:48:22 +0100 |
|---|---|---|
| committer | Daniel Stenberg <daniel@haxx.se> | 2019-12-03 09:48:22 +0100 |
| commit | e4b25f9b2bd4ddc1269255f845485585bea55cd8 (patch) | |
| tree | 7d2064b95baa57ce6b3c13d91688e9cbd7acea87 | |
| parent | 6eb8bfbbe4e8dfa63c207b615c3dcfe38baf9ae9 (diff) | |
| download | curl-bagder/opensocket-docs.tar.gz | |
fixup languagebagder/opensocket-docs
| -rw-r--r-- | docs/libcurl/opts/CURLOPT_OPENSOCKETFUNCTION.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/libcurl/opts/CURLOPT_OPENSOCKETFUNCTION.3 b/docs/libcurl/opts/CURLOPT_OPENSOCKETFUNCTION.3 index b616c5d47..84e1e8359 100644 --- a/docs/libcurl/opts/CURLOPT_OPENSOCKETFUNCTION.3 +++ b/docs/libcurl/opts/CURLOPT_OPENSOCKETFUNCTION.3 @@ -51,8 +51,8 @@ shown above. This callback function gets called by libcurl instead of the \fIsocket(2)\fP call. The callback's \fIpurpose\fP argument identifies the exact purpose for this particular socket. \fICURLSOCKTYPE_IPCXN\fP is for IP based connections -and is the only purpose used in curren libcurl. Future versions of libcurl may -support more purposes. +and is the only purpose currently used in libcurl. Future versions of libcurl +may support more purposes. The \fIclientp\fP pointer contains whatever user-defined value set using the \fICURLOPT_OPENSOCKETDATA(3)\fP function. |
