aboutsummaryrefslogtreecommitdiff
path: root/docs/curl_formparse.3
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2001-04-23 12:36:02 +0000
committerDaniel Stenberg <daniel@haxx.se>2001-04-23 12:36:02 +0000
commit8d0c1d5495fa251a9309e31cf0538fe9453852f7 (patch)
tree7aa9889b132fcca9b61ca02abb3efe0999189653 /docs/curl_formparse.3
parent2769a9ab0b881441553d740ba098cf47891d3e02 (diff)
minor rephrasing
Diffstat (limited to 'docs/curl_formparse.3')
-rw-r--r--docs/curl_formparse.34
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/curl_formparse.3 b/docs/curl_formparse.3
index 2819677d4..123bab591 100644
--- a/docs/curl_formparse.3
+++ b/docs/curl_formparse.3
@@ -18,8 +18,8 @@ a time until you've added all the sections you want included and then you pass
the \fI firstitem\fP pointer as parameter to \fBCURLOPT_HTTPPOST\fP.
\fIlastitem\fP is set after each call and on repeated invokes it should be
left as set to allow repeated invokes to find the end of the list in a faster
-way. \fIstring\fP must be a zero terminated string following the following
-syntax.
+way. \fIstring\fP must be a zero terminated string abiding to the syntax
+described in a section below
The pointers \fIfirstitem\fP and \fIlastitem\fP point to, should both be
pointers to NULL in the first call to this function. All list-data will be