aboutsummaryrefslogtreecommitdiff
path: root/docs/libcurl/libcurl-tutorial.3
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2006-03-13 19:44:36 +0000
committerDaniel Stenberg <daniel@haxx.se>2006-03-13 19:44:36 +0000
commit3f22901a43448af4ab2c1c690c1c6f391bca2abc (patch)
treef0d0b44fbab1dd329732bc13e344527790d47c00 /docs/libcurl/libcurl-tutorial.3
parentf70f11fc70ecdf12669e0222303d7af59d462548 (diff)
Scott Worley's typo fixes
Diffstat (limited to 'docs/libcurl/libcurl-tutorial.3')
-rw-r--r--docs/libcurl/libcurl-tutorial.39
1 files changed, 5 insertions, 4 deletions
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