irchtml         Fri Feb 27 07:11:42 2004 EDT

  Modified files:              
    /phpdoc/en/reference/strings/functions      nl-langinfo.xml 
  Log:
  changed wording
  
http://cvs.php.net/diff.php/phpdoc/en/reference/strings/functions/nl-langinfo.xml?r1=1.3&r2=1.4&ty=u
Index: phpdoc/en/reference/strings/functions/nl-langinfo.xml
diff -u phpdoc/en/reference/strings/functions/nl-langinfo.xml:1.3 
phpdoc/en/reference/strings/functions/nl-langinfo.xml:1.4
--- phpdoc/en/reference/strings/functions/nl-langinfo.xml:1.3   Fri Feb 27 06:11:53 
2004
+++ phpdoc/en/reference/strings/functions/nl-langinfo.xml       Fri Feb 27 07:11:41 
2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
 <!-- splitted from ./en/functions/strings.xml, last change in rev 1.169 -->
   <refentry id="function.nl-langinfo">
    <refnamediv>
@@ -16,9 +16,9 @@
      </methodsynopsis>
     <para>
      <function>nl_langinfo</function> is used to access individual elements of
-     the locale categories.  Unlike <function>localeconv</function> which
+     the locale categories.  Unlike <function>localeconv</function>, which
      returns all of the elements, <function>nl_langinfo</function> allows you
-     to select exactly which element is required.
+     to select any specific element.
     </para>
     <para>
      If <parameter>item</parameter> is not valid, &false; will be returned.
@@ -34,7 +34,6 @@
       <tgroup cols="2">
        <colspec colname="c1" />
        <colspec colname="c2" />
-       <spanspec spanname="hspan" namest="c1" nameend="c2" align="center" />
        <thead>
         <row>
          <entry>Constant</entry>
@@ -43,7 +42,7 @@
        </thead>
        <tbody>
         <row>
-         <entry spanname="hspan"><emphasis>LC_TIME Category 
Constants</emphasis></entry>
+         <entry namest="c1" nameend="c2" align="center"><emphasis>LC_TIME Category 
Constants</emphasis></entry>
         </row>
         <row>
          <entry>ABDAY_(1-7)</entry>
@@ -106,7 +105,7 @@
          <entry>Time in alternate era format (string can be used in 
<function>strftime</function>).</entry>
         </row>
         <row>
-         <entry spanname="hspan"><emphasis>LC_MONETARY Category 
Constants</emphasis></entry>
+         <entry namest="c1" nameend="c2" align="center"><emphasis>LC_MONETARY 
Category Constants</emphasis></entry>
         </row>
         <row>
          <entry>INT_CURR_SYMBOL</entry>
@@ -200,7 +199,7 @@
          <entry>N_SIGN_POSN</entry>
         </row>
         <row>
-         <entry spanname="hspan"><emphasis>LC_NUMERIC Category 
Constants</emphasis></entry>
+         <entry namest="c1" nameend="c2" align="center"><emphasis>LC_NUMERIC Category 
Constants</emphasis></entry>
         </row>
         <row>
          <entry>DECIMAL_POINT</entry>
@@ -223,7 +222,7 @@
          <entry></entry>
         </row>
         <row>
-         <entry spanname="hspan"><emphasis>LC_MESSAGES Category 
Constants</emphasis></entry>
+         <entry namest="c1" nameend="c2" align="center"><emphasis>LC_MESSAGES 
Category Constants</emphasis></entry>
         </row>
         <row>
          <entry>YESEXPR</entry>
@@ -242,7 +241,7 @@
          <entry>Output string for 'no'.</entry>
         </row>
         <row>
-         <entry spanname="hspan"><emphasis>LC_CTYPE Category 
Constants</emphasis></entry>
+         <entry namest="c1" nameend="c2" align="center"><emphasis>LC_CTYPE Category 
Constants</emphasis></entry>
         </row>
         <row>
          <entry>CODESET</entry>

Reply via email to