docs/libcurl: fix formatting in manpage
authorDave Reisner <dreisner@archlinux.org>
Tue, 16 Apr 2013 01:46:50 +0000 (03:46 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 16 Apr 2013 07:52:12 +0000 (09:52 +0200)
Commit c3ea3eb6 introduced some minor cosmetic errors in
curl_mutli_socket_action(3).

docs/libcurl/curl_multi_socket_action.3

index 59a9d94..45b6105 100644 (file)
@@ -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.