]> granicus.if.org Git - curl/commitdiff
libcurl-tutorial.3: fix formatting
authorSvyatoslav Mishyn <juef@openmailbox.org>
Tue, 11 Aug 2015 12:45:49 +0000 (15:45 +0300)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 11 Aug 2015 12:59:07 +0000 (14:59 +0200)
Closes #374

docs/libcurl/libcurl-tutorial.3

index 2563a881f790ca75c883e3cf63f0ff8503575a29..558652c21c87fc53b2c76d6df1172ccb01482f7d 100644 (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
 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.