diff options
author | Daniel Stenberg <daniel@haxx.se> | 2001-03-04 16:34:20 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2001-03-04 16:34:20 +0000 |
commit | cf8704ccdf60a34ba7862a0848724b9862158c86 (patch) | |
tree | f553b638347df8e1b1c129e5dc51a840bcb2ce1a /docs | |
parent | 5543c2f11fe9ae27db2f367ac99422888a3e526d (diff) |
7.7 alpha 2 commit
Diffstat (limited to 'docs')
-rw-r--r-- | docs/curl_easy_perform.3 | 4 | ||||
-rw-r--r-- | docs/curl_slist_append.3 | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/docs/curl_easy_perform.3 b/docs/curl_easy_perform.3 index edf7875e9..f892fd3fe 100644 --- a/docs/curl_easy_perform.3 +++ b/docs/curl_easy_perform.3 @@ -2,7 +2,7 @@ .\" nroff -man [file] .\" Written by daniel@haxx.se .\" -.TH curl_easy_perform 3 "25 Jan 2001" "Curl 7.0" "libcurl Manual" +.TH curl_easy_perform 3 "1 Mar 2001" "Curl 7.0" "libcurl Manual" .SH NAME curl_easy_perform - Do the actual transfer in a "easy" session .SH SYNOPSIS @@ -25,7 +25,7 @@ again first. .I <curl/curl.h> defines. If the CURLOPT_ERRORBUFFER was set with .I curl_easy_setopt -there willo be a readable error message in the error buffer when non-zero is +there will be a readable error message in the error buffer when non-zero is returned. .SH "SEE ALSO" .BR curl_easy_init "(3), " curl_easy_setopt "(3), " diff --git a/docs/curl_slist_append.3 b/docs/curl_slist_append.3 index 42dd27982..3780980db 100644 --- a/docs/curl_slist_append.3 +++ b/docs/curl_slist_append.3 @@ -2,14 +2,14 @@ .\" nroff -man [file] .\" Written by daniel@haxx.se .\" -.TH curl_slist_append 3 "2 June 2000" "Curl 7.0" "libcurl Manual" +.TH curl_slist_append 3 "1 Mar 2001" "Curl 7.7" "libcurl Manual" .SH NAME curl_slist_append - add a string to an slist .SH SYNOPSIS .B #include <curl/curl.h> .sp .BI "struct curl_slist *curl_slist_append(struct curl_slit *" list, -.BI "char * "string ");" +.BI "const char * "string ");" .ad .SH DESCRIPTION curl_slist_append() appends a specified string to a linked list of |