derick          Sat Dec 15 08:00:48 2001 EDT

  Modified files:              
    /phpdoc/en/functions        mcrypt.xml 
  Log:
  - Fix buglet in docu
  
  
Index: phpdoc/en/functions/mcrypt.xml
diff -u phpdoc/en/functions/mcrypt.xml:1.25 phpdoc/en/functions/mcrypt.xml:1.26
--- phpdoc/en/functions/mcrypt.xml:1.25 Wed Dec 12 15:47:03 2001
+++ phpdoc/en/functions/mcrypt.xml      Sat Dec 15 08:00:47 2001
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.25 $ -->
+<!-- $Revision: 1.26 $ -->
  <reference id="ref.mcrypt">
   <title>Mcrypt Encryption Functions</title>
   <titleabbrev>mcrypt</titleabbrev>
@@ -1170,7 +1170,7 @@
      and OFB modes. It needs to be random and unique (but not secret).
      The same IV must be used for encryption/decryption. If you do not
      want to use it you should set it to zeros, but this is not
-     recommended. The function returns (-1) on error.
+     recommended. The function returns a negative value on error.
     </para>
     <para>
      You need to call this function before every


Reply via email to