This commit is contained in:
Daniel Stenberg
2004-06-21 08:28:18 +00:00
parent c136b80af5
commit 0d259b898b
2 changed files with 5 additions and 4 deletions

View File

@@ -8,9 +8,9 @@ libcurl-multi \- how to use the multi interface
.SH DESCRIPTION
This is an overview on how to use the libcurl multi interface in your C
programs. There are specific man pages for each function mentioned in
here. There's also the libcurl-the-guide document for a complete tutorial to
programming with libcurl and the \fIlibcurl(3)\fP man page for an overview of
the libcurl easy interface.
here. There's also the \fIlibcurl-tutorial(3)f\P man page for a complete
tutorial to programming with libcurl and the \fIlibcurl-easy(3)\fP man page
for an overview of the libcurl easy interface.
All functions in the multi interface are prefixed with curl_multi.
.SH "PLEASE NOTICE"