From cf8704ccdf60a34ba7862a0848724b9862158c86 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Sun, 4 Mar 2001 16:34:20 +0000 Subject: 7.7 alpha 2 commit --- docs/curl_easy_perform.3 | 4 ++-- docs/curl_slist_append.3 | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'docs') 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 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 .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 -- cgit v1.2.3