jsgoupil Tue Dec 6 17:52:52 2005 EDT
Modified files:
/phpdoc/en/reference/hash/functions hash-algos.xml hash-final.xml
Log:
add better title for example
http://cvs.php.net/diff.php/phpdoc/en/reference/hash/functions/hash-algos.xml?r1=1.1&r2=1.2&ty=u
Index: phpdoc/en/reference/hash/functions/hash-algos.xml
diff -u phpdoc/en/reference/hash/functions/hash-algos.xml:1.1
phpdoc/en/reference/hash/functions/hash-algos.xml:1.2
--- phpdoc/en/reference/hash/functions/hash-algos.xml:1.1 Mon Dec 5
15:39:07 2005
+++ phpdoc/en/reference/hash/functions/hash-algos.xml Tue Dec 6 17:52:47 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
<refentry id="function.hash-algos">
<refnamediv>
<refname>hash_algos</refname>
@@ -25,7 +25,7 @@
&reftitle.examples;
<para>
<example>
- <title><function>hash_algos</function></title>
+ <title><function>hash_algos</function> example</title>
<para>
As of PHP 5.1.2, <function>hash_algos</function> will return the
following list of algorithm names.
http://cvs.php.net/diff.php/phpdoc/en/reference/hash/functions/hash-final.xml?r1=1.2&r2=1.3&ty=u
Index: phpdoc/en/reference/hash/functions/hash-final.xml
diff -u phpdoc/en/reference/hash/functions/hash-final.xml:1.2
phpdoc/en/reference/hash/functions/hash-final.xml:1.3
--- phpdoc/en/reference/hash/functions/hash-final.xml:1.2 Tue Dec 6
09:52:01 2005
+++ phpdoc/en/reference/hash/functions/hash-final.xml Tue Dec 6 17:52:48 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
<refentry id="function.hash-final">
<refnamediv>
<refname>hash_final</refname>
@@ -52,7 +52,7 @@
&reftitle.examples;
<para>
<example>
- <title><function>hash_final</function></title>
+ <title><function>hash_final</function> example</title>
<programlisting role="php">
<![CDATA[
<?php