From 3f22901a43448af4ab2c1c690c1c6f391bca2abc Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 13 Mar 2006 19:44:36 +0000 Subject: [PATCH] Scott Worley's typo fixes --- docs/libcurl/curl_easy_getinfo.3 | 2 +- docs/libcurl/libcurl-tutorial.3 | 9 +++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/docs/libcurl/curl_easy_getinfo.3 b/docs/libcurl/curl_easy_getinfo.3 index 1713eff4f..d16f6c6e9 100644 --- a/docs/libcurl/curl_easy_getinfo.3 +++ b/docs/libcurl/curl_easy_getinfo.3 @@ -152,7 +152,7 @@ handle. This is typically used in combination with \fICURLOPT_CONNECT_ONLY\fP. .NF An overview of the six time values available from curl_easy_getinfo() -curk_easy_perform() +curl_easy_perform() | |--NT |--|--CT diff --git a/docs/libcurl/libcurl-tutorial.3 b/docs/libcurl/libcurl-tutorial.3 index 63b834148..f23d52968 100644 --- a/docs/libcurl/libcurl-tutorial.3 +++ b/docs/libcurl/libcurl-tutorial.3 @@ -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. .SH "Features libcurl Provides" -It is considered best-practice to determine libcurl features run-time rather -than build-time (if possible of course). By calling curl_version_info() and -checking tout he details of the returned struct, your program can figure out -exactly what the currently running libcurl supports. +It is considered best-practice to determine libcurl features at run-time +rather than at build-time (if possible of course). By calling +\fIcurl_version_info(3)\fP and checking out the details of the returned +struct, your program can figure out exactly what the currently running libcurl +supports. .SH "Handle the Easy libcurl" libcurl first introduced the so called easy interface. All operations in the