betz            Tue Mar 26 14:02:57 2002 EDT

  Modified files:              
    /phpdoc/en/functions        openssl.xml 
  Log:
  example fix, some entities.
  
Index: phpdoc/en/functions/openssl.xml
diff -u phpdoc/en/functions/openssl.xml:1.21 phpdoc/en/functions/openssl.xml:1.22
--- phpdoc/en/functions/openssl.xml:1.21        Sat Feb  2 10:36:06 2002
+++ phpdoc/en/functions/openssl.xml     Tue Mar 26 14:02:57 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.21 $ -->
+<!-- $Revision: 1.22 $ -->
  <reference id="ref.openssl">
   <title>OpenSSL functions</title>
   <titleabbrev>OpenSSL</titleabbrev>
@@ -206,7 +206,7 @@
       <programlisting role="php">
 <![CDATA[
 // lets assume you just called an openssl function that failed
-while($msg = openssl_error_string)
+while($msg = openssl_error_string())
     echo $msg . "<br />\n";
 ]]>
       </programlisting>
@@ -305,7 +305,7 @@
      </methodsynopsis>
        &warn.experimental.func;
     <para>
-     Returns &true; on success, or &false; on error. If successful the opened
+     &return.success; If successful the opened
      data is returned in <parameter>open_data</parameter>.
     </para>
     <para>
@@ -433,7 +433,7 @@
      </methodsynopsis>
        &warn.experimental.func;
     <para>
-     Returns &true; on success, or &false; on failure.
+     &return.success;
      If successful the signature is returned in
      <parameter>signature</parameter>. 
     </para>


Reply via email to