com doc/fr: Use standard type element instead of the XML entity: reference/openssl/constants.xml

[email protected] (George Peter Banyard) Wed, 03 Mar 2021 17:02:22 +0000
Newsgroups php.doc.fr
Message-ID <[email protected]>
Commit:    eae68376ae1ef2f366368bf2e4e7a989b2d63227
Author:    George Peter Banyard <[email protected]>         Wed, 3 Mar 2021 17:02:22 +0000
Parents:   f1bbfca0ef9e6c2f3d224d903510681c116ca525
Branches:  master

Link:       http://git.php.net/?p=doc/fr.git;a=commitdiff;h=eae68376ae1ef2f366368bf2e4e7a989b2d63227

Log:
Use standard type element instead of the XML entity

Changed paths:
  M  reference/openssl/constants.xml


Diff:
diff --git a/reference/openssl/constants.xml b/reference/openssl/constants.xml
index b50e921530..36ae79ce50 100644
--- a/reference/openssl/constants.xml
+++ b/reference/openssl/constants.xml
@@ -12,7 +12,7 @@
    <varlistentry xml:id="constant.x509-purpose-ssl-client">
     <term>
      <constant>X509_PURPOSE_SSL_CLIENT</constant> 
-     (&integer;)
+     (<type>int</type>)
     </term>
     <listitem>
      <simpara>
@@ -23,7 +23,7 @@
    <varlistentry xml:id="constant.x509-purpose-ssl-server">
     <term>
      <constant>X509_PURPOSE_SSL_SERVER</constant> 
-     (&integer;)
+     (<type>int</type>)
     </term>
     <listitem>
      <simpara>
@@ -34,7 +34,7 @@
    <varlistentry xml:id="constant.x509-purpose-ns-ssl-server">
     <term>
      <constant>X509_PURPOSE_NS_SSL_SERVER</constant> 
-     (&integer;)
+     (<type>int</type>)
     </term>
     <listitem>
      <simpara>
@@ -45,7 +45,7 @@
    <varlistentry xml:id="constant.x509-purpose-smime-sign">
     <term>
      <constant>X509_PURPOSE_SMIME_SIGN</constant> 
-     (&integer;)
+     (<type>int</type>)
     </term>
     <listitem>
      <simpara>
@@ -56,7 +56,7 @@
    <varlistentry xml:id="constant.x509-purpose-smime-encrypt">
     <term>
      <constant>X509_PURPOSE_SMIME_ENCRYPT</constant> 
-     (&integer;)
+     (<type>int</type>)
     </term>
     <listitem>
      <simpara>
@@ -67,7 +67,7 @@
    <varlistentry xml:id="constant.x509-purpose-crl-sign">
     <term>
      <constant>X509_PURPOSE_CRL_SIGN</constant> 
-     (&integer;)
+     (<type>int</type>)
     </term>
     <listitem>
      <simpara>
@@ -78,7 +78,7 @@
    <varlistentry xml:id="constant.x509-purpose-any">
     <term>
      <constant>X509_PURPOSE_ANY</constant> 
-     (&integer;)
+     (<type>int</type>)
     </term>
     <listitem>
      <simpara>
@@ -95,7 +95,7 @@
    <varlistentry xml:id="constant.openssl-pkcs1-padding">
     <term>
      <constant>OPENSSL_PKCS1_PADDING</constant> 
-     (&integer;)
+     (<type>int</type>)
     </term>
     <listitem>
      <simpara>
@@ -106,7 +106,7 @@
    <varlistentry xml:id="constant.openssl-sslv23-padding">
     <term>
      <constant>OPENSSL_SSLV23_PADDING</constant> 
-     (&integer;)
+     (<type>int</type>)
     </term>
     <listitem>
      <simpara>
@@ -117,7 +117,7 @@
    <varlistentry xml:id="constant.openssl-no-padding">
     <term>
      <constant>OPENSSL_NO_PADDING</constant> 
-     (&integer;)
+     (<type>int</type>)
     </term>
     <listitem>
      <simpara>
@@ -128,7 +128,7 @@
    <varlistentry xml:id="constant.openssl-pkcs1-oaep-padding">
     <term>
      <constant>OPENSSL_PKCS1_OAEP_PADDING</constant> 
-     (&integer;)
+     (<type>int</type>)
     </term>
     <listitem>
      <simpara>
@@ -145,7 +145,7 @@
    <varlistentry xml:id="constant.openssl-keytype-rsa">
     <term>
      <constant>OPENSSL_KEYTYPE_RSA</constant> 
-     (&integer;)
+     (<type>int</type>)
     </term>
     <listitem>
      <simpara>
@@ -156,7 +156,7 @@
    <varlistentry xml:id="constant.openssl-keytype-dsa">
     <term>
      <constant>OPENSSL_KEYTYPE_DSA</constant> 
-     (&integer;)
+     (<type>int</type>)
     </term>
     <listitem>
      <simpara>
@@ -167,7 +167,7 @@
    <varlistentry xml:id="constant.openssl-keytype-dh">
     <term>
      <constant>OPENSSL_KEYTYPE_DH</constant> 
-     (&integer;)
+     (<type>int</type>)
     </term>
     <listitem>
      <simpara>
@@ -178,7 +178,7 @@
    <varlistentry xml:id="constant.openssl-keytype-ec">
     <term>
      <constant>OPENSSL_KEYTYPE_EC</constant> 
-     (&integer;)
+     (<type>int</type>)
     </term>
     <listitem>
      <simpara>
@@ -403,7 +403,7 @@
    <varlistentry xml:id="constant.openssl-algo-dss1">
     <term>
      <constant>OPENSSL_ALGO_DSS1</constant> 
-     (&integer;)
+     (<type>int</type>)
     </term>
     <listitem>
      <simpara>
@@ -414,7 +414,7 @@
    <varlistentry xml:id="constant.openssl-algo-sha1">
     <term>
      <constant>OPENSSL_ALGO_SHA1</constant> 
-     (&integer;)
+     (<type>int</type>)
     </term>
     <listitem>
      <simpara>
@@ -427,7 +427,7 @@
    <varlistentry xml:id="constant.openssl-algo-sha224">
     <term>
      <constant>OPENSSL_ALGO_SHA224</constant>
-     (&integer;)
+     (<type>int</type>)
     </term>
     <listitem>
      <simpara>
@@ -438,7 +438,7 @@
    <varlistentry xml:id="constant.openssl-algo-sha256">
     <term>
      <constant>OPENSSL_ALGO_SHA256</constant>
-     (&integer;)
+     (<type>int</type>)
     </term>
     <listitem>
      <simpara>
@@ -449,7 +449,7 @@
    <varlistentry xml:id="constant.openssl-algo-sha384">
     <term>
      <constant>OPENSSL_ALGO_SHA384</constant>
-     (&integer;)
+     (<type>int</type>)
     </term>
     <listitem>
      <simpara>
@@ -460,7 +460,7 @@
    <varlistentry xml:id="constant.openssl-algo-sha512">
     <term>
      <constant>OPENSSL_ALGO_SHA512</constant>
-     (&integer;)
+     (<type>int</type>)
     </term>
     <listitem>
      <simpara>
@@ -471,7 +471,7 @@
    <varlistentry xml:id="constant.openssl-algo-rmd160">
     <term>
      <constant>OPENSSL_ALGO_RMD160</constant>
-     (&integer;)
+     (<type>int</type>)
     </term>
     <listitem>
      <simpara>
@@ -482,7 +482,7 @@
    <varlistentry xml:id="constant.openssl-algo-md5">
     <term>
      <constant>OPENSSL_ALGO_MD5</constant> 
-     (&integer;)
+     (<type>int</type>)
     </term>
     <listitem>
      <simpara>
@@ -493,7 +493,7 @@
    <varlistentry xml:id="constant.openssl-algo-md4">
     <term>
      <constant>OPENSSL_ALGO_MD4</constant> 
-     (&integer;)
+     (<type>int</type>)
     </term>
     <listitem>
      <simpara>
@@ -504,7 +504,7 @@
    <varlistentry xml:id="constant.openssl-algo-md2">
     <term>
      <constant>OPENSSL_ALGO_MD2</constant> 
-     (&integer;)
+     (<type>int</type>)
     </term>
     <listitem>
      <simpara>
@@ -525,7 +525,7 @@
    <varlistentry xml:id="constant.openssl-cipher-rc2-40">
     <term>
      <constant>OPENSSL_CIPHER_RC2_40</constant>
-     (&integer;)
+     (<type>int</type>)
     </term>
     <listitem>
      <simpara>
@@ -536,7 +536,7 @@
    <varlistentry xml:id="constant.openssl-cipher-rc2-128">
     <term>
      <constant>OPENSSL_CIPHER_RC2_128</constant>
-     (&integer;)
+     (<type>int</type>)
     </term>
     <listitem>
      <simpara>
@@ -547,7 +547,7 @@
    <varlistentry xml:id="constant.openssl-cipher-rc2-64">
     <term>
      <constant>OPENSSL_CIPHER_RC2_64</constant>
-     (&integer;)
+     (<type>int</type>)
     </term>
     <listitem>
      <simpara>
@@ -558,7 +558,7 @@
    <varlistentry xml:id="constant.openssl-cipher-des">
     <term>
      <constant>OPENSSL_CIPHER_DES</constant>
-     (&integer;)
+     (<type>int</type>)
     </term>
     <listitem>
      <simpara>
@@ -569,7 +569,7 @@
    <varlistentry xml:id="constant.openssl-cipher-3des">
     <term>
      <constant>OPENSSL_CIPHER_3DES</constant>
-     (&integer;)
+     (<type>int</type>)
     </term>
     <listitem>
      <simpara>
@@ -582,7 +582,7 @@
    <varlistentry xml:id="constant.openssl-cipher-aes-128-cbc">
     <term>
      <constant>OPENSSL_CIPHER_AES_128_CBC</constant>
-     (&integer;)
+     (<type>int</type>)
     </term>
     <listitem>
      <simpara>
@@ -593,7 +593,7 @@
    <varlistentry xml:id="constant.openssl-cipher-aes-192-cbc">
     <term>
      <constant>OPENSSL_CIPHER_AES_192_CBC</constant>
-     (&integer;)
+     (<type>int</type>)
     </term>
     <listitem>
      <simpara>
@@ -604,7 +604,7 @@
    <varlistentry xml:id="constant.openssl-cipher-aes-256-cbc">
     <term>
      <constant>OPENSSL_CIPHER_AES_256_CBC</constant>
-     (&integer;)
+     (<type>int</type>)
     </term>
     <listitem>
      <simpara>
@@ -621,7 +621,7 @@
    <varlistentry xml:id="constant.openssl-version-text">
     <term>
      <constant>OPENSSL_VERSION_TEXT</constant>
-     (&integer;)
+     (<type>int</type>)
     </term>
     <listitem>
      <simpara>
@@ -632,7 +632,7 @@
    <varlistentry xml:id="constant.openssl-version-number">
     <term>
      <constant>OPENSSL_VERSION_NUMBER</constant>
-     (&integer;)
+     (<type>int</type>)
     </term>
     <listitem>
      <simpara>