reference/curl/functions/curl-setopt.xml
61374bbe228e8e9c55a24aba59a1e2bb2a871148
...
...
@@ -76,7 +76,7 @@
76
76
<row>
77
77
<entry valign="top"><constant>CURLOPT_CERTINFO</constant></entry>
78
78
<entry valign="top">
79
-
&true; to output SSL certification information to <literal>STDERR</literal>
79
+
&true; to output SSL certification information to <constant>STDERR</constant>
80
80
on secure transfers.
81
81
</entry>
82
82
<entry valign="top">
...
...
@@ -564,7 +564,7 @@
564
564
<entry valign="top">
565
565
&true; to use ASCII mode for FTP transfers.
566
566
For LDAP, it retrieves data in plain text instead of HTML. On
567
-
Windows systems, it will not set <literal>STDOUT</literal> to binary
567
+
Windows systems, it will not set <constant>STDOUT</constant> to binary
568
568
mode.
569
569
</entry>
570
570
<entry valign="top">
...
...
@@ -593,7 +593,7 @@
593
593
<entry valign="top"><constant>CURLOPT_VERBOSE</constant></entry>
594
594
<entry valign="top">
595
595
&true; to output verbose information. Writes
596
-
output to <literal>STDERR</literal>, or the file specified using
596
+
output to <constant>STDERR</constant>, or the file specified using
597
597
<constant>CURLOPT_STDERR</constant>.
598
598
</entry>
599
599
<entry valign="top">
...
...
@@ -684,9 +684,9 @@
684
684
<entry valign="top"><constant>CURLOPT_FTPSSLAUTH</constant></entry>
685
685
<entry valign="top">
686
686
The FTP authentication method (when is activated):
687
-
<literal>CURLFTPAUTH_SSL</literal> (try SSL first),
688
-
<literal>CURLFTPAUTH_TLS</literal> (try TLS first), or
689
-
<literal>CURLFTPAUTH_DEFAULT</literal> (let cURL decide).
687
+
<constant>CURLFTPAUTH_SSL</constant> (try SSL first),
688
+
<constant>CURLFTPAUTH_TLS</constant> (try TLS first), or
689
+
<constant>CURLFTPAUTH_DEFAULT</constant> (let cURL decide).
690
690
</entry>
691
691
<entry valign="top">
692
692
Added in cURL 7.12.2.
...
...
@@ -760,7 +760,7 @@
760
760
the one it finds most secure.
761
761
</para>
762
762
<para>
763
-
<constant>CURLAUTH_ANYSAFE</constant> sets all bits except <literal>CURLAUTH_BASIC</literal>.
763
+
<constant>CURLAUTH_ANYSAFE</constant> sets all bits except <constant>CURLAUTH_BASIC</constant>.
764
764
cURL will automatically select the one it finds most secure.
765
765
</para>
766
766
</entry>
...
...
@@ -2330,7 +2330,7 @@
2330
2330
<entry valign="top"><constant>CURLOPT_FILE</constant></entry>
2331
2331
<entry valign="top">
2332
2332
The file that the transfer should be written to. The default
2333
-
is <literal>STDOUT</literal> (the browser window).
2333
+
is <constant>STDOUT</constant> (the browser window).
2334
2334
</entry>
2335
2335
</row>
2336
2336
<row>
...
...
@@ -2343,7 +2343,7 @@
2343
2343
<entry valign="top"><constant>CURLOPT_STDERR</constant></entry>
2344
2344
<entry valign="top">
2345
2345
An alternative location to output errors to instead of
2346
-
<literal>STDERR</literal>.
2346
+
<constant>STDERR</constant>.
2347
2347
</entry>
2348
2348
</row>
2349
2349
<row>
2350
2350