Explorar o código

[DOCUMENTATION] English:
- manual fixes

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@16476 44c647ce-9c0f-0410-b52a-842ac1e357ba

mikaelkael %!s(int64=16) %!d(string=hai) anos
pai
achega
28348fbbb4

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

@@ -66,31 +66,31 @@ $opts = new Zend_Console_Getopt('abp:');
         <para>
             The key of each element of the associative array is a string with
             a format that names the flag, with any aliases, separated by the
-            pipe symbol ("<code>|</code>"). Following this series of flag
+            pipe symbol ("<emphasis>|</emphasis>"). Following this series of flag
             aliases, if the option requires a parameter, is an equals symbol
-            ("<code>=</code>") with a letter that stands for the
+            ("<emphasis>=</emphasis>") with a letter that stands for the
             <emphasis>type</emphasis> of the parameter:
         </para>
         <itemizedlist>
             <listitem>
                 <para>
-                    "<code>=s</code>" for a string parameter
+                    "<emphasis>=s</emphasis>" for a string parameter
                 </para>
             </listitem>
             <listitem>
                 <para>
-                    "<code>=w</code>" for a word parameter
+                    "<emphasis>=w</emphasis>" for a word parameter
                     (a string containing no whitespace)
                 </para>
             </listitem>
             <listitem>
                 <para>
-                    "<code>=i</code>" for an integer parameter
+                    "<emphasis>=i</emphasis>" for an integer parameter
                 </para>
             </listitem>
         </itemizedlist>
         <para>
-            If the parameter is optional, use a dash ("<code>-</code>")
+            If the parameter is optional, use a dash ("<emphasis>-</emphasis>")
             instead of the equals symbol.
         </para>
         <para>