[PHP-DOC] cvs: phpdoc /en/reference/ncurses/functions ncurses-beep.xml ncurses-doupdate.xml From: Damien Seguy (dams <email protected>)
Date: 02/11/03

dams Tue Feb 11 06:45:47 2003 EDT

  Modified files:
    /phpdoc/en/reference/ncurses/functions ncurses-beep.xml
                                                  ncurses-doupdate.xml
  Log:
  use of &return.success;
  
Index: phpdoc/en/reference/ncurses/functions/ncurses-beep.xml
diff -u phpdoc/en/reference/ncurses/functions/ncurses-beep.xml:1.2 phpdoc/en/reference/ncurses/functions/ncurses-beep.xml:1.3
--- phpdoc/en/reference/ncurses/functions/ncurses-beep.xml:1.2 Wed Apr 17 02:41:16 2002
+++ phpdoc/en/reference/ncurses/functions/ncurses-beep.xml Tue Feb 11 06:45:47 2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
 <!-- splitted from ./en/functions/ncurses.xml, last change in rev 1.1 -->
   <refentry id="function.ncurses-beep">
    <refnamediv>
@@ -16,10 +16,10 @@
     <para>
      <function>ncurses_beep</function> sends an audlible alert (bell)
      and if its not possible flashes the screen.
- Returns &false; on success, otherwise &true;.
+ &return.success;
     </para>
     <para>
- See also: <function>ncurses_flash</function>
+ See also <function>ncurses_flash</function>
     </para>
    </refsect1>
   </refentry>
Index: phpdoc/en/reference/ncurses/functions/ncurses-doupdate.xml
diff -u phpdoc/en/reference/ncurses/functions/ncurses-doupdate.xml:1.2 phpdoc/en/reference/ncurses/functions/ncurses-doupdate.xml:1.3
--- phpdoc/en/reference/ncurses/functions/ncurses-doupdate.xml:1.2 Wed Apr 17 02:41:20 2002
+++ phpdoc/en/reference/ncurses/functions/ncurses-doupdate.xml Tue Feb 11 06:45:47 2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
 <!-- splitted from ./en/functions/ncurses.xml, last change in rev 1.1 -->
   <refentry id="function.ncurses-doupdate">
    <refnamediv>
@@ -17,7 +17,7 @@
     <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.
- Returns &false; on success, &true; if any error occured.
+ &return.success;
     </para>
    </refsect1>
   </refentry>

-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php