tony2001 Mon Jul 5 11:05:25 2004 EDT
Modified files: /phpdoc/en/reference/strings/functions crypt.xml Log: add <para></para> http://cvs.php.net/diff.php/phpdoc/en/reference/strings/functions/crypt.xml?r1=1.4&r2=1.5&ty=u Index: phpdoc/en/reference/strings/functions/crypt.xml diff -u phpdoc/en/reference/strings/functions/crypt.xml:1.4 phpdoc/en/reference/strings/functions/crypt.xml:1.5 --- phpdoc/en/reference/strings/functions/crypt.xml:1.4 Mon Jul 5 10:46:20 2004 +++ phpdoc/en/reference/strings/functions/crypt.xml Mon Jul 5 11:05:25 2004 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.4 $ --> +<!-- $Revision: 1.5 $ --> <!-- splitted from ./en/functions/strings.xml, last change in rev 1.2 --> <refentry id="function.crypt"> <refnamediv> @@ -103,10 +103,12 @@ ]]> </programlisting> </example> - <example> + <example> <title>Using <function>crypt</function> with htpasswd</title> - To create a password for use with an apache htpasswd file, you'll need to - use the first two letters of the password as the salt. + <para> + To create a password for use with an apache htpasswd file, you'll need to + use the first two letters of the password as the salt. + </para> <programlisting role="php"> <![CDATA[ <?php