hholzgra                Wed Jan  2 13:03:01 2002 EDT

  Modified files:              
    /phpdoc/en/functions        ncurses.xml 
  Log:
  each parameter has a paramdef of its own
  
  
Index: phpdoc/en/functions/ncurses.xml
diff -u phpdoc/en/functions/ncurses.xml:1.6 phpdoc/en/functions/ncurses.xml:1.7
--- phpdoc/en/functions/ncurses.xml:1.6 Tue Jan  1 15:47:34 2002
+++ phpdoc/en/functions/ncurses.xml     Wed Jan  2 13:03:01 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.6 $ -->
+<!-- $Revision: 1.7 $ -->
  <reference id="ref.ncurses">
   <title>Ncurses terminal screen control functions</title>
   <titleabbrev>ncurses functions</titleabbrev>
@@ -2585,9 +2585,8 @@
     <funcsynopsis>
      <funcprototype>
       <funcdef>int <function>ncurses_mousemask</function></funcdef>
-      <paramdef>int <parameter>newmask</parameter>,
-                int <parameter>oldmask</parameter>
-      </paramdef>
+      <paramdef>int <parameter>newmask</parameter></paramdef>
+      <paramdef>int <parameter>oldmask</parameter></paramdef>
      </funcprototype>
     </funcsynopsis>
      &warn.experimental.func;


Reply via email to