random formatting updates to look better in HTML version

This commit is contained in:
Daniel Stenberg
2004-03-15 11:37:37 +00:00
parent 8114f8562b
commit 6dc8fac122
6 changed files with 14 additions and 13 deletions

View File

@@ -32,7 +32,7 @@ complicated for the application.
file descriptors simultaneous easily.
.SH "ONE MULTI HANDLE MANY EASY HANDLES"
To use the multi interface, you must first create a 'multi handle' with
\fIcurl_multi_init\fP. This handle is then used as input to all further
\fIcurl_multi_init(3)\fP. This handle is then used as input to all further
curl_multi_* functions.
Each single transfer is built up with an easy handle. You must create them,