derick Wed Jun 11 18:12:14 2003 EDT
Modified files:
/phpdoc/en/reference/openssl parameter-notext.xml
/phpdoc/en/reference/openssl/functions
openssl-csr-export-to-file.xml
openssl-csr-export.xml
openssl-x509-export-to-file.xml
openssl-x509-export.xml
Log:
- Make proper XML of this entity, and fix the openssl*export*xml files to
reflect this change.
Index: phpdoc/en/reference/openssl/parameter-notext.xml
diff -u phpdoc/en/reference/openssl/parameter-notext.xml:1.1
phpdoc/en/reference/openssl/parameter-notext.xml:1.2
--- phpdoc/en/reference/openssl/parameter-notext.xml:1.1 Sun Mar 30 09:41:17
2003
+++ phpdoc/en/reference/openssl/parameter-notext.xml Wed Jun 11 18:12:13 2003
@@ -1,9 +1,11 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
-The optional parameter <parameter>notext</parameter> affects
-the verbosity of the output; if it is &false; then additional human-readable
-information is included in the output. The default value of
-<parameter>notext</parameter> is &true;.
+<!-- $Revision: 1.2 $ -->
+<para>
+ The optional parameter <parameter>notext</parameter> affects
+ the verbosity of the output; if it is &false; then additional human-readable
+ information is included in the output. The default value of
+ <parameter>notext</parameter> is &true;.
+</para>
<!-- Keep this comment at the end of the file
Local variables:
Index: phpdoc/en/reference/openssl/functions/openssl-csr-export-to-file.xml
diff -u phpdoc/en/reference/openssl/functions/openssl-csr-export-to-file.xml:1.5
phpdoc/en/reference/openssl/functions/openssl-csr-export-to-file.xml:1.6
--- phpdoc/en/reference/openssl/functions/openssl-csr-export-to-file.xml:1.5 Sun
Mar 30 09:30:09 2003
+++ phpdoc/en/reference/openssl/functions/openssl-csr-export-to-file.xml Wed
Jun 11 18:12:14 2003
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
<!-- splitted from ./en/functions/openssl.xml, last change in rev 1.19 -->
<refentry id="function.openssl-csr-export-to-file">
<refnamediv>
@@ -18,7 +18,9 @@
<function>openssl_csr_export_to_file</function> takes the Certificate
Signing Request represented by <parameter>csr</parameter> and saves it
as ascii-armoured text into the file named by <parameter>outfilename</parameter>.
- &reference.openssl.parameter-notext;
+ </para>
+ &reference.openssl.parameter-notext;
+ <para>
&return.success;
</para>
<simpara>
Index: phpdoc/en/reference/openssl/functions/openssl-csr-export.xml
diff -u phpdoc/en/reference/openssl/functions/openssl-csr-export.xml:1.4
phpdoc/en/reference/openssl/functions/openssl-csr-export.xml:1.5
--- phpdoc/en/reference/openssl/functions/openssl-csr-export.xml:1.4 Sun Mar 30
09:30:09 2003
+++ phpdoc/en/reference/openssl/functions/openssl-csr-export.xml Wed Jun 11
18:12:14 2003
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
<!-- splitted from ./en/functions/openssl.xml, last change in rev 1.19 -->
<refentry id="function.openssl-csr-export">
<refnamediv>
@@ -19,7 +19,9 @@
Request represented by <parameter>csr</parameter> and stores it as
ascii-armoured text into <parameter>out</parameter>, which is passed by
reference.
- &reference.openssl.parameter-notext;
+ </para>
+ &reference.openssl.parameter-notext;
+ <para>
&return.success;
</para>
<simpara>
Index: phpdoc/en/reference/openssl/functions/openssl-x509-export-to-file.xml
diff -u phpdoc/en/reference/openssl/functions/openssl-x509-export-to-file.xml:1.4
phpdoc/en/reference/openssl/functions/openssl-x509-export-to-file.xml:1.5
--- phpdoc/en/reference/openssl/functions/openssl-x509-export-to-file.xml:1.4 Sun
Mar 30 09:30:09 2003
+++ phpdoc/en/reference/openssl/functions/openssl-x509-export-to-file.xml Wed
Jun 11 18:12:14 2003
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
<!-- splitted from ./en/functions/openssl.xml, last change in rev 1.19 -->
<refentry id="function.openssl-x509-export-to-file">
<refnamediv>
@@ -18,7 +18,9 @@
<function>openssl_x509_export_to_file</function> stores
<parameter>x509</parameter> into a file named by
<parameter>outfilename</parameter> in a PEM encoded format.
- &reference.openssl.parameter-notext;.
+ </para>
+ &reference.openssl.parameter-notext;.
+ <para>
&return.success;
</para>
</refsect1>
Index: phpdoc/en/reference/openssl/functions/openssl-x509-export.xml
diff -u phpdoc/en/reference/openssl/functions/openssl-x509-export.xml:1.4
phpdoc/en/reference/openssl/functions/openssl-x509-export.xml:1.5
--- phpdoc/en/reference/openssl/functions/openssl-x509-export.xml:1.4 Sun Mar 30
09:30:09 2003
+++ phpdoc/en/reference/openssl/functions/openssl-x509-export.xml Wed Jun 11
18:12:14 2003
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
<!-- splitted from ./en/functions/openssl.xml, last change in rev 1.19 -->
<refentry id="function.openssl-x509-export">
<refnamediv>
@@ -18,7 +18,9 @@
<function>openssl_x509_export</function> stores
<parameter>x509</parameter> into a string named by
<parameter>output</parameter> in a PEM encoded format.
- &reference.openssl.parameter-notext;
+ </para>
+ &reference.openssl.parameter-notext;
+ <para>
&return.success;
</para>
</refsect1>
--
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php