Просмотр исходного кода

[DOCUMENTATION] English:

-  manual fixes

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@16050 44c647ce-9c0f-0410-b52a-842ac1e357ba
thomas 16 лет назад
Родитель
Сommit
d52bdecbac

+ 3 - 3
documentation/manual/en/module_specs/Zend_Auth_Adapter_DbTable.xml

@@ -312,9 +312,9 @@ $adapter = new Zend_Auth_Adapter_DbTable(
             <methodname>authenticate()</methodname> time.
         </para>
         <para>
-            An example of a situation where one might want to use the getDbSelect()
-            method would check the status of a user, in other words to see if that
-            user's account is enabled.
+            An example of a situation where one might want to use the
+            <methodname>getDbSelect()</methodname> method would check the status of a user, in
+            other words to see if that user's account is enabled.
         </para>
         <programlisting language="php"><![CDATA[
 // Continuing with the example from above

+ 1 - 1
documentation/manual/en/module_specs/Zend_Console_Getopt-Introduction.xml

@@ -107,7 +107,7 @@
             the command-line and provide object-oriented methods for querying
             which options were given by a user, but code to use this
             information to invoke parts of your application should be in
-            another PHP class.
+            another <acronym>PHP</acronym> class.
         </para>
     </note>
     <para>

+ 1 - 1
documentation/manual/en/module_specs/Zend_Console_Getopt-Rules.xml

@@ -26,7 +26,7 @@
         <title>Declaring Options with the Short Syntax</title>
         <para>
             <classname>Zend_Console_Getopt</classname> supports a compact syntax similar
-            to that used by GNU Getopt (see <ulink
+            to that used by <acronym>GNU</acronym> Getopt (see <ulink
                 url="http://www.gnu.org/software/libc/manual/html_node/Getopt.html">http://www.gnu.org/software/libc/manual/html_node/Getopt.html</ulink>.
             This syntax supports only single-character flags. In a single
             string, you type each of the letters that correspond to flags