diff options
author | Dave Reisner <dreisner@archlinux.org> | 2013-04-16 03:46:50 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2013-04-16 09:52:12 +0200 |
commit | d9569720dd67ba34be18fd0c9898d9002adedd40 (patch) | |
tree | 1c95903bb147cb55cca568e79588720ef48ca253 | |
parent | 1c40685d32031b1c94eff60f155d8fb6f078ab3b (diff) |
docs/libcurl: fix formatting in manpage
Commit c3ea3eb6 introduced some minor cosmetic errors in
curl_mutli_socket_action(3).
-rw-r--r-- | docs/libcurl/curl_multi_socket_action.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/libcurl/curl_multi_socket_action.3 b/docs/libcurl/curl_multi_socket_action.3 index 59a9d942a..45b61058d 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. |