mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 23:58:49 -05: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
@ -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…
Reference in New Issue
Block a user