Commit d9569720 authored by Dave Reisner's avatar Dave Reisner Committed by Daniel Stenberg
Browse files

docs/libcurl: fix formatting in manpage

Commit c3ea3eb6 introduced some minor cosmetic errors in
curl_mutli_socket_action(3).
parent 1c40685d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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.