dams Wed May 22 13:43:39 2002 EDT
Modified files:
/phpdoc-fr/reference/misc/functions die.xml
Log:
Correcting typo
Index: phpdoc-fr/reference/misc/functions/die.xml
diff -u phpdoc-fr/reference/misc/functions/die.xml:1.1
phpdoc-fr/reference/misc/functions/die.xml:1.2
--- phpdoc-fr/reference/misc/functions/die.xml:1.1 Sun Apr 14 20:33:27 2002
+++ phpdoc-fr/reference/misc/functions/die.xml Wed May 22 13:43:39 2002
@@ -5,7 +5,7 @@
<refnamediv>
<refname>die</refname>
<refpurpose>
- Alias de la fonction <function>die</function>
+ Alias de la fonction <function>exit</function>
</refpurpose>
</refnamediv>
<refsect1>
@@ -15,8 +15,7 @@
<methodparam><type>string</type><parameter>message</parameter></methodparam>
</methodsynopsis>
<simpara>
- <function>die</function> est un alias de
- <function>exit</function>.
+ <function>die</function> est un alias de <function>exit</function>.
</simpara>
</refsect1>
</refentry>