jsgoupil                Fri Nov 18 13:37:33 2005 EDT

  Modified files:              
    /phpdoc/en/reference/newt   configure.xml 
    /phpdoc/en/reference/newt/functions newt-bell.xml 
                                        newt-draw-root-text.xml 
                                        newt-finished.xml 
                                        newt-get-screen-size.xml 
                                        newt-pop-help-line.xml 
                                        newt-suspend.xml 
  Log:
  typo
  
  
http://cvs.php.net/diff.php/phpdoc/en/reference/newt/configure.xml?r1=1.1&r2=1.2&ty=u
Index: phpdoc/en/reference/newt/configure.xml
diff -u phpdoc/en/reference/newt/configure.xml:1.1 
phpdoc/en/reference/newt/configure.xml:1.2
--- phpdoc/en/reference/newt/configure.xml:1.1  Mon Oct  3 07:25:08 2005
+++ phpdoc/en/reference/newt/configure.xml      Fri Nov 18 13:37:30 2005
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
 <section id="newt.installation">
  &reftitle.install;
  <para>
@@ -18,12 +18,12 @@
    This extension is not available for Windows platform.
   </para>
   <para>
-    You may need also <literal>curses</literal> and <literal>slang</literal>
-    libraries, in order to compile this extension. To specify locations
-    of these libraries, use the followin configuration options:
+   You may need also <literal>curses</literal> and <literal>slang</literal>
+   libraries, in order to compile this extension. To specify locations
+   of these libraries, use the following configuration options:
 
-    <literal>--with-curses-dir=/path/to/libcurses</literal>
-    <literal>--with-slang-dir=/path/to/libslang</literal>
+   <literal>--with-curses-dir=/path/to/libcurses</literal>
+   <literal>--with-slang-dir=/path/to/libslang</literal>
   </para>
  </note>
 </section>
@@ -48,4 +48,3 @@
 vim: et tw=78 syn=sgml
 vi: ts=1 sw=1
 -->
-
http://cvs.php.net/diff.php/phpdoc/en/reference/newt/functions/newt-bell.xml?r1=1.3&r2=1.4&ty=u
Index: phpdoc/en/reference/newt/functions/newt-bell.xml
diff -u phpdoc/en/reference/newt/functions/newt-bell.xml:1.3 
phpdoc/en/reference/newt/functions/newt-bell.xml:1.4
--- phpdoc/en/reference/newt/functions/newt-bell.xml:1.3        Mon Oct 10 
08:23:00 2005
+++ phpdoc/en/reference/newt/functions/newt-bell.xml    Fri Nov 18 13:37:32 2005
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
 <refentry id="function.newt-bell">
  <refnamediv>
   <refname>newt_bell</refname>
@@ -12,10 +12,12 @@
    <void/>
   </methodsynopsis>
   <para>This function sends a beep to the terminal.</para>
-  <note><para>
-    Depending on the terminal's settings, this been may or may not
-  be audible.
-  </para></note>
+  <note>
+   <para>
+    Depending on the terminal's settings, this beep may or may not
+    be audible.
+   </para>
+  </note>
  </refsect1>
 
 </refentry>
http://cvs.php.net/diff.php/phpdoc/en/reference/newt/functions/newt-draw-root-text.xml?r1=1.2&r2=1.3&ty=u
Index: phpdoc/en/reference/newt/functions/newt-draw-root-text.xml
diff -u phpdoc/en/reference/newt/functions/newt-draw-root-text.xml:1.2 
phpdoc/en/reference/newt/functions/newt-draw-root-text.xml:1.3
--- phpdoc/en/reference/newt/functions/newt-draw-root-text.xml:1.2      Mon Oct 
10 08:07:56 2005
+++ phpdoc/en/reference/newt/functions/newt-draw-root-text.xml  Fri Nov 18 
13:37:33 2005
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
 <refentry id="function.newt-draw-root-text">
  <refnamediv>
   <refname>newt_draw_root_text</refname>
@@ -67,7 +67,7 @@
     </para>
     <programlisting role="php">
 <![CDATA[
-<?
+<?php
  newt_init();
  newt_cls();
 
http://cvs.php.net/diff.php/phpdoc/en/reference/newt/functions/newt-finished.xml?r1=1.2&r2=1.3&ty=u
Index: phpdoc/en/reference/newt/functions/newt-finished.xml
diff -u phpdoc/en/reference/newt/functions/newt-finished.xml:1.2 
phpdoc/en/reference/newt/functions/newt-finished.xml:1.3
--- phpdoc/en/reference/newt/functions/newt-finished.xml:1.2    Mon Oct 10 
08:07:56 2005
+++ phpdoc/en/reference/newt/functions/newt-finished.xml        Fri Nov 18 
13:37:33 2005
@@ -1,9 +1,9 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
 <refentry id="function.newt-finished">
  <refnamediv>
   <refname>newt_finished</refname>
-  <refpurpose>Uninitializes newt interface.</refpurpose>
+  <refpurpose>Uninitializes newt interface</refpurpose>
  </refnamediv>
  <refsect1 role="description">
   &reftitle.description;
http://cvs.php.net/diff.php/phpdoc/en/reference/newt/functions/newt-get-screen-size.xml?r1=1.2&r2=1.3&ty=u
Index: phpdoc/en/reference/newt/functions/newt-get-screen-size.xml
diff -u phpdoc/en/reference/newt/functions/newt-get-screen-size.xml:1.2 
phpdoc/en/reference/newt/functions/newt-get-screen-size.xml:1.3
--- phpdoc/en/reference/newt/functions/newt-get-screen-size.xml:1.2     Mon Oct 
10 08:07:56 2005
+++ phpdoc/en/reference/newt/functions/newt-get-screen-size.xml Fri Nov 18 
13:37:33 2005
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
 <refentry id="function.newt-get-screen-size">
  <refnamediv>
   <refname>newt_get_screen_size</refname>
@@ -13,8 +13,9 @@
    <methodparam><type>int</type><parameter 
role="reference">cols</parameter></methodparam>
    <methodparam><type>int</type><parameter 
role="reference">rows</parameter></methodparam>
   </methodsynopsis>
-  <para>Fills in the passed references with the current size of the
-    terminal.</para>
+  <para>
+   Fills in the passed references with the current size of the terminal.
+   </para>
  </refsect1>
  <refsect1 role="parameters">
   &reftitle.parameters;
@@ -42,7 +43,7 @@
  <refsect1 role="returnvalues">
   &reftitle.returnvalues;
   <para>
-   This function returns values in an arguments, passed by reference.
+   This function returns values in an argument, passed by reference.
   </para>
  </refsect1>
 
http://cvs.php.net/diff.php/phpdoc/en/reference/newt/functions/newt-pop-help-line.xml?r1=1.3&r2=1.4&ty=u
Index: phpdoc/en/reference/newt/functions/newt-pop-help-line.xml
diff -u phpdoc/en/reference/newt/functions/newt-pop-help-line.xml:1.3 
phpdoc/en/reference/newt/functions/newt-pop-help-line.xml:1.4
--- phpdoc/en/reference/newt/functions/newt-pop-help-line.xml:1.3       Mon Oct 
10 08:23:00 2005
+++ phpdoc/en/reference/newt/functions/newt-pop-help-line.xml   Fri Nov 18 
13:37:33 2005
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
 <refentry id="function.newt-pop-help-line">
  <refnamediv>
   <refname>newt_pop_help_line</refname>
@@ -12,12 +12,14 @@
    <void/>
   </methodsynopsis>
   <para>
-  Replaces the current help line with the one from the stack.
+   Replaces the current help line with the one from the stack.
   </para>
-  <note><para>
-     It's important not to call to <function>newt_pop_help_line</function> 
more then
-     <function>newt_push_help_line</function>.
-  </para></note>
+  <note>
+   <para>
+    It's important not to call to <function>newt_pop_help_line</function> more
+    than <function>newt_push_help_line</function>.
+   </para>
+  </note>
  </refsect1>
 
  <refsect1 role="seealso">
http://cvs.php.net/diff.php/phpdoc/en/reference/newt/functions/newt-suspend.xml?r1=1.2&r2=1.3&ty=u
Index: phpdoc/en/reference/newt/functions/newt-suspend.xml
diff -u phpdoc/en/reference/newt/functions/newt-suspend.xml:1.2 
phpdoc/en/reference/newt/functions/newt-suspend.xml:1.3
--- phpdoc/en/reference/newt/functions/newt-suspend.xml:1.2     Mon Oct 10 
08:07:56 2005
+++ phpdoc/en/reference/newt/functions/newt-suspend.xml Fri Nov 18 13:37:33 2005
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
 <refentry id="function.newt-suspend">
  <refnamediv>
   <refname>newt_suspend</refname>
@@ -13,7 +13,7 @@
   </methodsynopsis>
   <para>Tells newt to return the terminal to its initial state. Once this is
   done, the application can suspend itself (by sending itself a SIGTSTP, fork
-  a child program, or do whatever else it likes.</para>
+  a child program, or do whatever else it likes).</para>
  </refsect1>
 
  <refsect1 role="seealso">

Reply via email to