mirror of
https://github.com/curl/curl.git
synced 2026-04-15 09:41:40 +03:00
docs/libcurl: fix formatting in manpage
Commit c3ea3eb6 introduced some minor cosmetic errors in
curl_mutli_socket_action(3).
This commit is contained in:
parent
1c40685d32
commit
d9569720dd
1 changed files with 2 additions and 2 deletions
|
|
@ -74,9 +74,9 @@ The socket \fBcallback\fP function uses a prototype like this
|
|||
int action, /* see values below */
|
||||
void *userp, /* private callback pointer */
|
||||
void *socketp); /* private socket pointer,
|
||||
\fBNULL\fI if not
|
||||
\fBNULL\fP if not
|
||||
previously assigned with
|
||||
\fIcurl_multi_assign(3)\fP */
|
||||
\fBcurl_multi_assign(3)\fP */
|
||||
|
||||
.fi
|
||||
The callback MUST return 0.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue