curl-library
[PATCH] docs/libcurl: fix formatting in manpage
From: Dave Reisner <dreisner_at_archlinux.org>
Date: Mon, 15 Apr 2013 21:46:50 -0400
Date: Mon, 15 Apr 2013 21:46:50 -0400
Commit c3ea3eb6 introduced some minor cosmetic errors in
curl_mutli_socket_action(3).
---
docs/libcurl/curl_multi_socket_action.3 | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/libcurl/curl_multi_socket_action.3 b/docs/libcurl/curl_multi_socket_action.3
index 59a9d94..45b6105 100644
--- a/docs/libcurl/curl_multi_socket_action.3
+++ b/docs/libcurl/curl_multi_socket_action.3
@@ -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.
--
1.8.2.1
-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette: http://curl.haxx.se/mail/etiquette.html
Received on 2013-04-16