[srm-cvs] CVS Update: - Corrected some english/grammatics

From: <kalowsky[@]php.net>
Date: Wed Aug 28 2002 - 04:10:24 CEST

Date: Wed Aug 28 04:10:21 CEST 2002
User: Dan Kalowsky
Directory: srmdoc/user

Log Message:
 [0.31]
 - Corrected some english/grammatics
 
Modified files:
           srmdoc/user/mod_standard.xml (version: 1.4)

[FILE: /srmdoc/user/mod_standard.xml]

--- srmdoc/user/mod_standard.xml:1.3 Thu Apr 18 11:03:54 2002 GMT
+++ srmdoc/user/mod_standard.xml Wed Aug 28 00:10:21 2002 GMT
@@ -20,7 +20,7 @@
     The returned version number looks like <literal>20020223</literal>. At
     this moment the version number is not a real version number, but a
     timestamp of the last <literal>./configure</literal>. In the future this
- version number will no be changed by configure anymore, but fixed per
+ version number will not be changed by configure anymore, but set on a per
     release.
    </para>
   </refsect1>
@@ -40,9 +40,9 @@
     <void/>
    </methodsynopsis>
    <para>
- This function returns an array in which each element is a function
- supported by the SRM Daemon. Both internal functions, functions from
- modules and functions from function libraries, where the functions are
+ This function returns an array in which each element is the name of a
+ function supported by the SRM Daemon. All internal functions, functions
+ from modules, and functions from function libraries, where the functions are
     written in PHP are returned. If the function is a function from the
     function library, the suffix <literal>(PHP)</literal> is added.
    </para>
@@ -98,7 +98,7 @@
    </methodsynopsis>
    <para>
     With this function you can check whether a specific function is supported.
- The <parameter>function_name</parameter> is the name of the function that
+ Where <parameter>function_name</parameter> is the name of the function that
     you want to check availabilty for.
    </para>
    <para>
@@ -121,7 +121,7 @@
     <void/>
    </methodsynopsis>
    <para>
- This function returns a list with loaded modules.
+ This function returns a list of the currently loaded modules.
    </para>
    <para>
     See also: <function>srm_module_info</function> and
@@ -144,7 +144,7 @@
     <methodparam><type>string</type><parameter>module_name</parameter></methodparam>
    </methodsynopsis>
    <para>
- This function tests if a the specified <parameter>module_name</parameter>
+ This function tests if the specified <parameter>module_name</parameter>
     has been loaded into the Daemon. It returns TRUE if the module was loaded,
     or FALSE if it is not loaded.
    </para>
@@ -169,9 +169,9 @@
     <methodparam><type>string</type><parameter>module_name</parameter></methodparam>
    </methodsynopsis>
    <para>
- This function returns info in an array. The
- <parameter>module_name</parameter> specifies from which module the
- information is returned. The returned array has the following format:
+ This function returns information as an array. The
+ <parameter>module_name</parameter> determins for which module the
+ information is retrieved. The returned array has the following format:
    </para>
    <para>
     <example>
@@ -196,8 +196,8 @@
     </example>
    </para>
    <para>
- The first entry is the name of the module, the second the version of the
- module, the third the name of the vendor and the fourth is a description
+ The first entry is the name of the module, the second is the version of the
+ module, the third is the name of the vendor, and the fourth is a description
     of the module.
    </para>
    <para>
Received on Wed Aug 28 04:46:38 2002

This archive was generated by hypermail 2.1.8 : Tue Jan 06 2009 - 11:00:06 CET