1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

libcurl-tutorial.3: fix formatting

Closes #374
This commit is contained in:
Svyatoslav Mishyn 2015-08-11 15:45:49 +03:00 committed by Daniel Stenberg
parent bb0acba67d
commit daf7f98c11

View File

@ -955,7 +955,7 @@ or understand incoming cookies and they will just be ignored. However, when
the parser is enabled the cookies will be understood and the cookies will be the parser is enabled the cookies will be understood and the cookies will be
kept in memory and used properly in subsequent requests when the same handle kept 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 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 \ICURLOPT_COOKIEFILE(3)\fP to disk at all. Note that the file you specify to \fICURLOPT_COOKIEFILE(3)\fP
doesn't have to exist to enable the parser, so a common way to just enable the 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 the name of a file you know doesn't parser and not read any cookies is to use the name of a file you know doesn't
exist. exist.