aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2002-01-30 10:07:49 +0000
committerDaniel Stenberg <daniel@haxx.se>2002-01-30 10:07:49 +0000
commit8a3ec2c65959ced60d5f0ec97d5d0da7db4d46e6 (patch)
treefdcbc6f813932e2f20383c6573405548d2d631db /docs
parent14e9420d2cb42f08048f841b40f0f036712070f5 (diff)
the interface is simply called the "C" one these days
Diffstat (limited to 'docs')
-rw-r--r--docs/libcurl-the-guide4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/libcurl-the-guide b/docs/libcurl-the-guide
index 9d3a65c5f..56b3004ea 100644
--- a/docs/libcurl-the-guide
+++ b/docs/libcurl-the-guide
@@ -11,8 +11,8 @@ About this Document
This document will attempt to describe the general principle and some basic
approaches to consider when programming with libcurl. The text will focus
- mainly on the C/C++ interface but might apply fairly well on other interfaces
- as well as they usually follow the C one pretty closely.
+ mainly on the C interface but might apply fairly well on other interfaces as
+ well as they usually follow the C one pretty closely.
This document will refer to 'the user' as the person writing the source code
that uses libcurl. That would probably be you or someone in your position.