vrana Mon Jun 6 07:48:43 2005 EDT
Modified files:
/phpdoc/en/reference/ibase constants.xml
/phpdoc/en/reference/ncurses/functions ncurses-doupdate.xml
/phpdoc/en/reference/sybase/functions sybase-pconnect.xml
Log:
Remove () from <function>
http://cvs.php.net/diff.php/phpdoc/en/reference/ibase/constants.xml?r1=1.5&r2=1.6&ty=u
Index: phpdoc/en/reference/ibase/constants.xml
diff -u phpdoc/en/reference/ibase/constants.xml:1.5
phpdoc/en/reference/ibase/constants.xml:1.6
--- phpdoc/en/reference/ibase/constants.xml:1.5 Mon May 31 10:49:23 2004
+++ phpdoc/en/reference/ibase/constants.xml Mon Jun 6 07:48:38 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
<section id="ibase.constants">
&reftitle.constants;
&extension.constants;
@@ -180,7 +180,7 @@
</term>
<listitem>
<simpara>
- Options to <function>ibase_backup()</function>
+ Options to <function>ibase_backup</function>
</simpara>
</listitem>
</varlistentry>
http://cvs.php.net/diff.php/phpdoc/en/reference/ncurses/functions/ncurses-doupdate.xml?r1=1.3&r2=1.4&ty=u
Index: phpdoc/en/reference/ncurses/functions/ncurses-doupdate.xml
diff -u phpdoc/en/reference/ncurses/functions/ncurses-doupdate.xml:1.3
phpdoc/en/reference/ncurses/functions/ncurses-doupdate.xml:1.4
--- phpdoc/en/reference/ncurses/functions/ncurses-doupdate.xml:1.3 Tue Feb
11 06:45:47 2003
+++ phpdoc/en/reference/ncurses/functions/ncurses-doupdate.xml Mon Jun 6
07:48:41 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
<!-- splitted from ./en/functions/ncurses.xml, last change in rev 1.1 -->
<refentry id="function.ncurses-doupdate">
<refnamediv>
@@ -14,7 +14,7 @@
</methodsynopsis>
&warn.experimental.func;
<para>
- <function>ncurses_doupdate()</function> compares the virtual screen to the
+ <function>ncurses_doupdate</function> compares the virtual screen to the
physical screen and updates the physical screen. This way is more
effective than using multiple refresh calls.
&return.success;
http://cvs.php.net/diff.php/phpdoc/en/reference/sybase/functions/sybase-pconnect.xml?r1=1.4&r2=1.5&ty=u
Index: phpdoc/en/reference/sybase/functions/sybase-pconnect.xml
diff -u phpdoc/en/reference/sybase/functions/sybase-pconnect.xml:1.4
phpdoc/en/reference/sybase/functions/sybase-pconnect.xml:1.5
--- phpdoc/en/reference/sybase/functions/sybase-pconnect.xml:1.4 Wed Mar
30 11:03:26 2005
+++ phpdoc/en/reference/sybase/functions/sybase-pconnect.xml Mon Jun 6
07:48:42 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
<!-- splitted from ./en/functions/sybase.xml, last change in rev 1.2 -->
<refentry id="function.sybase-pconnect">
<refnamediv>
@@ -34,7 +34,7 @@
Second, the connection to the SQL server will not be closed when
the execution of the script ends. Instead, the link will remain
open for future use (<function>sybase_close</function> will not
- close links established by <function>sybase_pconnect()</function>).
+ close links established by <function>sybase_pconnect</function>).
</para>
<para>
This type of links is therefore called 'persistent'.