Skip to content

Commit

Permalink
libcurl-tutorial.3: fix formatting
Browse files Browse the repository at this point in the history
Closes #374
  • Loading branch information
Svyatoslav Mishyn authored and bagder committed Aug 11, 2015
1 parent bb0acba commit daf7f98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/libcurl/libcurl-tutorial.3
Expand Up @@ -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
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
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
parser and not read any cookies is to use the name of a file you know doesn't
exist.
Expand Down

0 comments on commit daf7f98

Please sign in to comment.