jmcastagnetto Mon Dec 30 01:51:54 2002 EDT
Modified files:
/phpdoc/en/reference/strings/functions money-format.xml
Log:
Fixing capitalization.
Removind duplicate entry in conversion characters list.
Index: phpdoc/en/reference/strings/functions/money-format.xml
diff -u phpdoc/en/reference/strings/functions/money-format.xml:1.2
phpdoc/en/reference/strings/functions/money-format.xml:1.3
--- phpdoc/en/reference/strings/functions/money-format.xml:1.2 Sun Dec 29 18:44:35
2002
+++ phpdoc/en/reference/strings/functions/money-format.xml Mon Dec 30 01:51:54
+2002
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
<refentry id="function.money-format">
<refnamediv>
<refname>money_format</refname>
@@ -139,7 +139,7 @@
</formalpara>
<formalpara>
<title>
- Right Precision
+ Right precision
</title>
<para>
<variablelist>
@@ -162,7 +162,7 @@
</formalpara>
<formalpara>
<title>
- Conversion Characters
+ Conversion characters
</title>
<para>
<variablelist>
@@ -172,15 +172,6 @@
<para>
The number is formatted according to the locale's international
currency format (e.g. for the USA locale: USD 1,234.56).
- </para>
- </listitem>
- </varlistentry>
- <varlistentry>
- <term><literal>n</literal></term>
- <listitem>
- <para>
- The number is formatted according to the locale's national
- currency format (e.g. for the en_US locale: $1,234.56).
</para>
</listitem>
</varlistentry>
--
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php