dams            Fri Feb 21 22:44:32 2003 EDT

  Modified files:              
    /phpdoc/en/reference/mcrypt/functions       mcrypt-generic.xml 
                                                mcrypt-get-iv-size.xml 
                                                mdecrypt-generic.xml 
  Log:
  minor typos
  
Index: phpdoc/en/reference/mcrypt/functions/mcrypt-generic.xml
diff -u phpdoc/en/reference/mcrypt/functions/mcrypt-generic.xml:1.3 
phpdoc/en/reference/mcrypt/functions/mcrypt-generic.xml:1.4
--- phpdoc/en/reference/mcrypt/functions/mcrypt-generic.xml:1.3 Sun May 12 17:00:19 
2002
+++ phpdoc/en/reference/mcrypt/functions/mcrypt-generic.xml     Fri Feb 21 22:44:32 
2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
 <!-- splitted from ./en/functions/mcrypt.xml, last change in rev 1.7 -->
   <refentry id="function.mcrypt-generic">
    <refnamediv>
@@ -21,7 +21,7 @@
      due to the padding of the data.
     </para>
     <para>
-     The encryption handle should alwayws be initialized with
+     The encryption handle should always be initialized with
      <function>mcrypt_generic_init</function> with a key and an IV before
      calling this function. Where the encryption is done, you should free the
      encryption buffers by calling <function>mcrypt_generic_deinit</function>.
@@ -29,7 +29,7 @@
     </para>
     <para>
      See also <function>mdecrypt_generic</function>,
-     <function>mcrypt_generic_init</function> and
+     <function>mcrypt_generic_init</function>, and
      <function>mcrypt_generic_deinit</function>.
     </para>
    </refsect1>
Index: phpdoc/en/reference/mcrypt/functions/mcrypt-get-iv-size.xml
diff -u phpdoc/en/reference/mcrypt/functions/mcrypt-get-iv-size.xml:1.5 
phpdoc/en/reference/mcrypt/functions/mcrypt-get-iv-size.xml:1.6
--- phpdoc/en/reference/mcrypt/functions/mcrypt-get-iv-size.xml:1.5     Thu Feb 13 
09:55:53 2003
+++ phpdoc/en/reference/mcrypt/functions/mcrypt-get-iv-size.xml Fri Feb 21 22:44:32 
2003
@@ -1,10 +1,12 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
 <!-- splitted from ./en/functions/mcrypt.xml, last change in rev 1.7 -->
   <refentry id="function.mcrypt-get-iv-size">
    <refnamediv>
     <refname>mcrypt_get_iv_size</refname>
-    <refpurpose>Returns the size of the IV belonging to a specific cipher/mode 
combination</refpurpose>
+    <refpurpose>
+     Returns the size of the IV belonging to a specific cipher/mode combination
+    </refpurpose>
    </refnamediv>
    <refsect1>
     <title>Description</title>
@@ -55,7 +57,9 @@
      </example>
     </para>
     <para>
-     See also: <function>mcrypt_create_iv</function>
+     See also 
+     <function>mcrypt_get_block_size</function>, and
+     <function>mcrypt_create_iv</function>.
     </para>
    </refsect1>
   </refentry>
Index: phpdoc/en/reference/mcrypt/functions/mdecrypt-generic.xml
diff -u phpdoc/en/reference/mcrypt/functions/mdecrypt-generic.xml:1.3 
phpdoc/en/reference/mcrypt/functions/mdecrypt-generic.xml:1.4
--- phpdoc/en/reference/mcrypt/functions/mdecrypt-generic.xml:1.3       Sun May 12 
17:00:20 2002
+++ phpdoc/en/reference/mcrypt/functions/mdecrypt-generic.xml   Fri Feb 21 22:44:32 
2003
@@ -1,10 +1,10 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
 <!-- splitted from ./en/functions/mcrypt.xml, last change in rev 1.7 -->
   <refentry id="function.mdecrypt-generic">
    <refnamediv>
     <refname>mdecrypt_generic</refname>
-    <refpurpose>This function decrypts data</refpurpose>
+    <refpurpose>Decrypt data</refpurpose>
    </refnamediv>
    <refsect1>
     <title>Description</title>
@@ -20,7 +20,7 @@
     </para>
     <para>
      <example>
-      <title><function>mdecrypt_generic</function> Example</title>
+      <title><function>mdecrypt_generic</function> example</title>
       <programlisting role="php">
 <![CDATA[
 <?php
@@ -76,7 +76,7 @@
     </para>
     <para>
      See also <function>mcrypt_generic</function>,
-     <function>mcrypt_generic_init</function> and
+     <function>mcrypt_generic_init</function>, and
      <function>mcrypt_generic_deinit</function>.
     </para>
    </refsect1>



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to