1
0
mirror of https://github.com/moparisthebest/curl synced 2024-11-12 04:25:08 -05:00

Scott Worley's typo fixes

This commit is contained in:
Daniel Stenberg 2006-03-13 19:44:36 +00:00
parent f70f11fc70
commit 3f22901a43
2 changed files with 6 additions and 5 deletions

View File

@ -152,7 +152,7 @@ handle. This is typically used in combination with \fICURLOPT_CONNECT_ONLY\fP.
.NF .NF
An overview of the six time values available from curl_easy_getinfo() An overview of the six time values available from curl_easy_getinfo()
curk_easy_perform() curl_easy_perform()
| |
|--NT |--NT
|--|--CT |--|--CT

View File

@ -133,10 +133,11 @@ Repeated calls to \fIcurl_global_init(3)\fP and \fIcurl_global_cleanup(3)\fP
should be avoided. They should only be called once each. should be avoided. They should only be called once each.
.SH "Features libcurl Provides" .SH "Features libcurl Provides"
It is considered best-practice to determine libcurl features run-time rather It is considered best-practice to determine libcurl features at run-time
than build-time (if possible of course). By calling curl_version_info() and rather than at build-time (if possible of course). By calling
checking tout he details of the returned struct, your program can figure out \fIcurl_version_info(3)\fP and checking out the details of the returned
exactly what the currently running libcurl supports. struct, your program can figure out exactly what the currently running libcurl
supports.
.SH "Handle the Easy libcurl" .SH "Handle the Easy libcurl"
libcurl first introduced the so called easy interface. All operations in the libcurl first introduced the so called easy interface. All operations in the