hirokawa                Sun Jan 13 23:04:12 2002 EDT

  Modified files:              
    /phpdoc/en/functions        dio.xml iisfunc.xml notes.xml 
  Log:
  fixed typos.
  
Index: phpdoc/en/functions/dio.xml
diff -u phpdoc/en/functions/dio.xml:1.8 phpdoc/en/functions/dio.xml:1.9
--- phpdoc/en/functions/dio.xml:1.8     Sat Jan 12 11:13:51 2002
+++ phpdoc/en/functions/dio.xml Sun Jan 13 23:04:12 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.8 $ -->
+<!-- $Revision: 1.9 $ -->
  <reference id="ref.dio">
   <title>Direct IO functions</title>
   <titleabbrev>DIO functions</titleabbrev>
@@ -195,8 +195,8 @@
      </funcprototype>
     </funcsynopsis>
     <para>
-     Function <function>fstat</function> returns information about the
-     file with file descriptor
+     Function <function>dio_stat</function> returns information about
+     the file with file descriptor
      <parameter>fd</parameter>. <function>dio_stat</function> returns
      an associative array with the following keys:
      <itemizedlist>
Index: phpdoc/en/functions/iisfunc.xml
diff -u phpdoc/en/functions/iisfunc.xml:1.4 phpdoc/en/functions/iisfunc.xml:1.5
--- phpdoc/en/functions/iisfunc.xml:1.4 Wed Jan  2 12:53:54 2002
+++ phpdoc/en/functions/iisfunc.xml     Sun Jan 13 23:04:12 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
  <reference id="ref.iisfunc">
   <title>IIS Administration functions</title>
   <titleabbrev>IIS Functions</titleabbrev>
@@ -8,7 +8,7 @@
    <simpara>
     This extension is available for Win32 only. It provides functions
     to administrate Microsoft Internet Information Server (IIS).
-    The extension includes function to create web sites and vertual
+    The extension includes function to create web sites and virtual
     directories as well as configuring security and script mapping.
     These functions have been added in PHP 4.
    </simpara>
Index: phpdoc/en/functions/notes.xml
diff -u phpdoc/en/functions/notes.xml:1.3 phpdoc/en/functions/notes.xml:1.4
--- phpdoc/en/functions/notes.xml:1.3   Mon Dec 24 01:57:57 2001
+++ phpdoc/en/functions/notes.xml       Sun Jan 13 23:04:12 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
  <reference id="ref.notes">
   <title>Lotus Notes functions</title>
   <titleabbrev>Lotus Notes</titleabbrev>
@@ -94,7 +94,7 @@
   <refentry id="function.notes-mark-read">
    <refnamediv>
     <refname>notes_mark_read</refname>
-    <refpurpose>Mark a note_id as read for the User user_nam</refpurpose>
+    <refpurpose>Mark a note_id as read for the User user_name</refpurpose>
    </refnamediv>
    <refsect1>
     <title>Description</title>
@@ -116,7 +116,7 @@
   <refentry id="function.notes-mark-unread">
    <refnamediv>
     <refname>notes_mark_unread</refname>
-    <refpurpose>Mark a note_id as unread for the User user_na</refpurpose>
+    <refpurpose>Mark a note_id as unread for the User user_name</refpurpose>
    </refnamediv>
    <refsect1>
     <title>Description</title>
@@ -138,7 +138,7 @@
   <refentry id="function.notes-unread">
    <refnamediv>
     <refname>notes_unread</refname>
-    <refpurpose>Returns the unread note id's for the current User 
user_nam</refpurpose>
+    <refpurpose>Returns the unread note id's for the current User 
+user_name</refpurpose>
    </refnamediv>
    <refsect1>
     <title>Description</title>
@@ -248,7 +248,7 @@
   <refentry id="function.notes-search">
    <refnamediv>
     <refname>notes_search</refname>
-    <refpurpose>Find notes that match keywords in database_na</refpurpose>
+    <refpurpose>Find notes that match keywords in database_name</refpurpose>
    </refnamediv>
    <refsect1>
     <title>Description</title>
@@ -290,7 +290,7 @@
   <refentry id="function.notes-list-msgs">
    <refnamediv>
     <refname>notes_list_msgs</refname>
-    <refpurpose>Returns the notes from a selected database_nam</refpurpose>
+    <refpurpose>Returns the notes from a selected database_name</refpurpose>
    </refnamediv>
    <refsect1>
     <title>Description</title>


Reply via email to