Skip to content

Commit

Permalink
Curl section sync with EN (#877)
Browse files Browse the repository at this point in the history
* curl section rev id fix

* CURL setopt section sync with EN
  • Loading branch information
devnexen authored Apr 16, 2024
1 parent f84c019 commit cab86da
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion reference/curl/constants.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: 4a0b755422db68c731b978cd7e8a979ead0cfe13 Maintainer: yannick Status: ready -->
<!-- EN-Revision: 72b9959ea6f46e524aa2daaa49f82db986002355 Maintainer: yannick Status: ready -->
<!-- Reviewed: no -->
<appendix xml:id="curl.constants" xmlns="http://docbook.org/ns/docbook">
&reftitle.constants;
Expand Down
18 changes: 9 additions & 9 deletions reference/curl/functions/curl-setopt.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: c957c4c205b18978e0bf318b24978e92c70e19ee Maintainer: yannick Status: ready -->
<!-- EN-Revision: 61374bbe228e8e9c55a24aba59a1e2bb2a871148 Maintainer: yannick Status: ready -->
<!-- Reviewed: no -->
<refentry xml:id="function.curl-setopt" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
Expand Down Expand Up @@ -81,7 +81,7 @@
<entry valign="top"><constant>CURLOPT_CERTINFO</constant></entry>
<entry valign="top">
&true; pour sortir les informations de certification SSL vers
<literal>STDERR</literal> pour les transferts sécurisés.
<constant>STDERR</constant> pour les transferts sécurisés.
</entry>
<entry valign="top">
Ajouté en cURL version 7.19.1.
Expand Down Expand Up @@ -576,7 +576,7 @@
<entry valign="top">
&true; pour utiliser le mode ASCII pour les transferts FTP.
Pour LDAP, il récupère les données en texte plein au lieu d'HTML.
Sur les systèmes Windows, <literal>STDOUT</literal> ne sera pas
Sur les systèmes Windows, <constant>STDOUT</constant> ne sera pas
définie en mode binaire.
</entry>
<entry valign="top">
Expand Down Expand Up @@ -605,7 +605,7 @@
<entry valign="top"><constant>CURLOPT_VERBOSE</constant></entry>
<entry valign="top">
&true; pour afficher les informations de façon verbeuse.
Écrit la sortie sur <literal>STDERR</literal>, ou dans le fichier
Écrit la sortie sur <constant>STDERR</constant>, ou dans le fichier
spécifié en utilisant <constant>CURLOPT_STDERR</constant>.
</entry>
<entry valign="top">
Expand Down Expand Up @@ -698,9 +698,9 @@
<entry valign="top"><constant>CURLOPT_FTPSSLAUTH</constant></entry>
<entry valign="top">
La méthode d'identification FTP, lorsqu'elle est activée :
<literal>CURLFTPAUTH_SSL</literal> (tenter SSL en premier),
<literal>CURLFTPAUTH_TLS</literal> (tenter TLS en premier), ou
<literal>CURLFTPAUTH_DEFAULT</literal> (laisser cURL décider).
<constant>CURLFTPAUTH_SSL</constant> (tenter SSL en premier),
<constant>CURLFTPAUTH_TLS</constant> (tenter TLS en premier), ou
<constant>CURLFTPAUTH_DEFAULT</constant> (laisser cURL décider).
</entry>
<entry valign="top">
Ajouté en cURL 7.12.2.
Expand Down Expand Up @@ -776,7 +776,7 @@
le plus sécurisé.
</para>
<para>
<constant>CURLAUTH_ANYSAFE</constant> définit tous les bits sauf <literal>CURLAUTH_BASIC</literal>.
<constant>CURLAUTH_ANYSAFE</constant> définit tous les bits sauf <constant>CURLAUTH_BASIC</constant>.
cURL sélectionnera automatiquement celui qu'il trouve le plus sécurisé.
</para>
</entry>
Expand Down Expand Up @@ -2420,7 +2420,7 @@
<entry valign="top"><constant>CURLOPT_FILE</constant></entry>
<entry valign="top">
Le fichier où sera écrit le transfert. Par défaut,
<literal>STDOUT</literal> (la fenêtre du navigateur).
<constant>STDOUT</constant> (la fenêtre du navigateur).
</entry>
</row>
<row>
Expand Down

0 comments on commit cab86da

Please sign in to comment.