didou Tue Jan 6 09:35:49 2004 EDT
Modified files:
/phpdoc/en/reference/calendar/functions jdtojewish.xml
/phpdoc/en/reference/filesystem/functions fopen.xml
/phpdoc/en/reference/mcrypt/functions
mcrypt-module-is-block-algorithm-mode.xml
mcrypt-module-is-block-mode.xml
/phpdoc/en/reference/sem/functions msg-set-queue.xml
/phpdoc/en/reference/sqlite/functions sqlite-create-aggregate.xml
/phpdoc/en/reference/strings/functions money-format.xml
Log:
typos
Index: phpdoc/en/reference/calendar/functions/jdtojewish.xml
diff -u phpdoc/en/reference/calendar/functions/jdtojewish.xml:1.9
phpdoc/en/reference/calendar/functions/jdtojewish.xml:1.10
--- phpdoc/en/reference/calendar/functions/jdtojewish.xml:1.9 Tue Jan 6 09:24:15
2004
+++ phpdoc/en/reference/calendar/functions/jdtojewish.xml Tue Jan 6 09:35:44
2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.9 $ -->
+<!-- $Revision: 1.10 $ -->
<!-- splitted from ./en/functions/calendar.xml, last change in rev 1.4 -->
<refentry id="function.jdtojewish">
<refnamediv>
@@ -17,7 +17,7 @@
<methodparam choice="opt"><type>int</type><parameter>fl</parameter></methodparam>
</methodsynopsis>
<para>
- Converts a Julian Day Count the the Jewish Calendar.
+ Converts a Julian Day Count the Jewish Calendar.
</para>
<para>
The optional <parameter>hebrew</parameter> and <parameter>fl</parameter>
Index: phpdoc/en/reference/filesystem/functions/fopen.xml
diff -u phpdoc/en/reference/filesystem/functions/fopen.xml:1.20
phpdoc/en/reference/filesystem/functions/fopen.xml:1.21
--- phpdoc/en/reference/filesystem/functions/fopen.xml:1.20 Tue Dec 16 12:22:43
2003
+++ phpdoc/en/reference/filesystem/functions/fopen.xml Tue Jan 6 09:35:44 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.20 $ -->
+<!-- $Revision: 1.21 $ -->
<!-- splitted from ./en/functions/filesystem.xml, last change in rev 1.2 -->
<refentry id="function.fopen">
<refnamediv>
@@ -154,7 +154,7 @@
operating system. Unix based systems use <literal>\n</literal> as the
line ending character, Windows based systems use <literal>\r\n</literal>
as the line ending characters and Macintosh based systems use
- <literal>\r</literal> as the the line ending character.
+ <literal>\r</literal> as the line ending character.
</para>
<para>
If you use the wrong line ending characters when writing your files, you
Index: phpdoc/en/reference/mcrypt/functions/mcrypt-module-is-block-algorithm-mode.xml
diff -u
phpdoc/en/reference/mcrypt/functions/mcrypt-module-is-block-algorithm-mode.xml:1.4
phpdoc/en/reference/mcrypt/functions/mcrypt-module-is-block-algorithm-mode.xml:1.5
--- phpdoc/en/reference/mcrypt/functions/mcrypt-module-is-block-algorithm-mode.xml:1.4
Thu Dec 18 09:14:22 2003
+++ phpdoc/en/reference/mcrypt/functions/mcrypt-module-is-block-algorithm-mode.xml
Tue Jan 6 09:35:45 2004
@@ -1,10 +1,10 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
<!-- splitted from ./en/functions/mcrypt.xml, last change in rev 1.7 -->
<refentry id="function.mcrypt-module-is-block-algorithm-mode">
<refnamediv>
<refname>mcrypt_module_is_block_algorithm_mode</refname>
- <refpurpose>This function returns if the the specified module is a block
algorithm or not</refpurpose>
+ <refpurpose>returns if the specified module is a block algorithm or
not</refpurpose>
</refnamediv>
<refsect1>
<title>Description</title>
Index: phpdoc/en/reference/mcrypt/functions/mcrypt-module-is-block-mode.xml
diff -u phpdoc/en/reference/mcrypt/functions/mcrypt-module-is-block-mode.xml:1.4
phpdoc/en/reference/mcrypt/functions/mcrypt-module-is-block-mode.xml:1.5
--- phpdoc/en/reference/mcrypt/functions/mcrypt-module-is-block-mode.xml:1.4 Thu
Dec 18 09:14:22 2003
+++ phpdoc/en/reference/mcrypt/functions/mcrypt-module-is-block-mode.xml Tue
Jan 6 09:35:46 2004
@@ -1,10 +1,10 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
<!-- splitted from ./en/functions/mcrypt.xml, last change in rev 1.7 -->
<refentry id="function.mcrypt-module-is-block-mode">
<refnamediv>
<refname>mcrypt_module_is_block_mode</refname>
- <refpurpose>This function returns if the the specified mode outputs blocks or
not</refpurpose>
+ <refpurpose>Returns if the specified mode outputs blocks or not</refpurpose>
</refnamediv>
<refsect1>
<title>Description</title>
Index: phpdoc/en/reference/sem/functions/msg-set-queue.xml
diff -u phpdoc/en/reference/sem/functions/msg-set-queue.xml:1.2
phpdoc/en/reference/sem/functions/msg-set-queue.xml:1.3
--- phpdoc/en/reference/sem/functions/msg-set-queue.xml:1.2 Thu Mar 27 10:16:08
2003
+++ phpdoc/en/reference/sem/functions/msg-set-queue.xml Tue Jan 6 09:35:47 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
<refentry id="function.msg-set-queue">
<refnamediv>
<refname>msg_set_queue</refname>
@@ -23,7 +23,7 @@
</para>
<para>
Changing the data structure will require that PHP be running as the same
- user that created the the queue, owns the queue (as determined by the
+ user that created the queue, owns the queue (as determined by the
existing msg_perm.xxx fields), or be running with root privileges.
root privileges are required to raise the msg_qbytes values above the
system defined limit.
Index: phpdoc/en/reference/sqlite/functions/sqlite-create-aggregate.xml
diff -u phpdoc/en/reference/sqlite/functions/sqlite-create-aggregate.xml:1.4
phpdoc/en/reference/sqlite/functions/sqlite-create-aggregate.xml:1.5
--- phpdoc/en/reference/sqlite/functions/sqlite-create-aggregate.xml:1.4 Thu
Dec 11 10:42:08 2003
+++ phpdoc/en/reference/sqlite/functions/sqlite-create-aggregate.xml Tue Jan 6
09:35:48 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
<refentry id="function.sqlite-create-aggregate">
<refnamediv>
<refname>sqlite_create_aggregate</refname>
@@ -84,7 +84,7 @@
or even an object value. In this example, we are simply using it to hold
the maximum length we have seen so far; if the
<parameter>string</parameter> has a length longer than the current
- maximum, we update the the context to hold this new maximum length.
+ maximum, we update the context to hold this new maximum length.
</para>
<para>
After all of the rows have been processed, SQLite calls the
Index: phpdoc/en/reference/strings/functions/money-format.xml
diff -u phpdoc/en/reference/strings/functions/money-format.xml:1.6
phpdoc/en/reference/strings/functions/money-format.xml:1.7
--- phpdoc/en/reference/strings/functions/money-format.xml:1.6 Thu Dec 18 12:46:55
2003
+++ phpdoc/en/reference/strings/functions/money-format.xml Tue Jan 6 09:35:49
2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.6 $ -->
+<!-- $Revision: 1.7 $ -->
<refentry id="function.money-format">
<refnamediv>
<refname>money_format</refname>
@@ -195,7 +195,7 @@
<term><literal>%</literal></term>
<listitem>
<para>
- Returns the the <literal>%</literal> character.
+ Returns the <literal>%</literal> character.
</para>
</listitem>
</varlistentry>