From 9aea3e265d8919aea04bb6791673d5718399936d Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 29 Dec 2008 21:26:11 +0000 Subject: further clarifcation based on input from Anthony Bryan --- docs/libcurl/libcurl-tutorial.3 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'docs/libcurl/libcurl-tutorial.3') diff --git a/docs/libcurl/libcurl-tutorial.3 b/docs/libcurl/libcurl-tutorial.3 index 10474be4a..3c36c7357 100644 --- a/docs/libcurl/libcurl-tutorial.3 +++ b/docs/libcurl/libcurl-tutorial.3 @@ -987,11 +987,11 @@ in memory and used properly in subsequent requests when the same handle is used. Many times this is enough, and you may not have to save the cookies to disk at all. Note that the file you specify to CURLOPT_COOKIEFILE doesn't have to exist to enable the parser, so a common way to just enable the parser and -not read any cookies is to use a the name of a file you know doesn't exist. +not read any cookies is to use the name of a file you know doesn't exist. -If you would rather use existing cookies that you've previously received with your -Netscape or Mozilla browsers, you can make libcurl use that cookie file as -input. The CURLOPT_COOKIEFILE is used for that too, as libcurl will +If you would rather use existing cookies that you've previously received with +your Netscape or Mozilla browsers, you can make libcurl use that cookie file +as input. The CURLOPT_COOKIEFILE is used for that too, as libcurl will automatically find out what kind of file it is and act accordingly. Perhaps the most advanced cookie operation libcurl offers, is saving the -- cgit v1.2.3