sammywg         Wed Jan  3 12:11:38 2007 UTC

  Modified files:              
    /phpdoc/en/reference/network/functions      gethostbyaddr.xml 
                                                gethostbyname.xml 
                                                gethostbynamel.xml 
  Log:
  update \"see also\" section
  
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/network/functions/gethostbyaddr.xml?r1=1.7&r2=1.8&diff_format=u
Index: phpdoc/en/reference/network/functions/gethostbyaddr.xml
diff -u phpdoc/en/reference/network/functions/gethostbyaddr.xml:1.7 
phpdoc/en/reference/network/functions/gethostbyaddr.xml:1.8
--- phpdoc/en/reference/network/functions/gethostbyaddr.xml:1.7 Fri Aug 20 
16:05:06 2004
+++ phpdoc/en/reference/network/functions/gethostbyaddr.xml     Wed Jan  3 
12:11:38 2007
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.7 $ -->
+<!-- $Revision: 1.8 $ -->
 <!-- splitted from ./en/functions/network.xml, last change in rev 1.2 -->
   <refentry id="function.gethostbyaddr">
    <refnamediv>
@@ -8,15 +8,15 @@
      Get the Internet host name corresponding to a given IP address
     </refpurpose>
    </refnamediv>
-   <refsect1>
-    <title>Description</title>
+   <refsect1 role="description">
+    &reftitle.description;
      <methodsynopsis>
       <type>string</type><methodname>gethostbyaddr</methodname>
       
<methodparam><type>string</type><parameter>ip_address</parameter></methodparam>
      </methodsynopsis>
     <para>
      Returns the host name of the Internet host specified by
-     <parameter>ip_address</parameter> or a string containing the unmodified 
+     <parameter>ip_address</parameter> or a string containing the unmodified
      <parameter>ip_address</parameter> on failure.
     </para>
     <para>
@@ -26,16 +26,22 @@
 <![CDATA[
 <?php
 $hostname = gethostbyaddr($_SERVER['REMOTE_ADDR']);
-  
+
 echo $hostname;
 ?>
 ]]>
       </programlisting>
      </example>
     </para>
+   </refsect1>
+
+   <refsect1 role="seealso">
+    &reftitle.seealso;
     <para>
-     See also <function>gethostbyname</function>, and
-     <function>gethostbynamel</function>.
+     <simplelist>
+      <member><function>gethostbyname</function></member>
+      <member><function>gethostbynamel</function></member>
+     </simplelist>
     </para>
    </refsect1>
   </refentry>
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/network/functions/gethostbyname.xml?r1=1.10&r2=1.11&diff_format=u
Index: phpdoc/en/reference/network/functions/gethostbyname.xml
diff -u phpdoc/en/reference/network/functions/gethostbyname.xml:1.10 
phpdoc/en/reference/network/functions/gethostbyname.xml:1.11
--- phpdoc/en/reference/network/functions/gethostbyname.xml:1.10        Fri Aug 
20 16:05:06 2004
+++ phpdoc/en/reference/network/functions/gethostbyname.xml     Wed Jan  3 
12:11:38 2007
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.10 $ -->
+<!-- $Revision: 1.11 $ -->
 <!-- splitted from ./en/functions/network.xml, last change in rev 1.2 -->
   <refentry id="function.gethostbyname">
    <refnamediv>
@@ -8,17 +8,17 @@
      Get the IP address corresponding to a given Internet host name
     </refpurpose>
    </refnamediv>
-   <refsect1>
-    <title>Description</title>
+   <refsect1 role="description">
+    &reftitle.description;
      <methodsynopsis>
       <type>string</type><methodname>gethostbyname</methodname>
       
<methodparam><type>string</type><parameter>hostname</parameter></methodparam>
      </methodsynopsis>
     <para>
      Returns the IP address of the Internet host specified by
-     <parameter>hostname</parameter> or a string containing the unmodified 
+     <parameter>hostname</parameter> or a string containing the unmodified
      <parameter>hostname</parameter> on failure.
-    </para> 
+    </para>
     <para>
      <example>
       <title>A simple <function>gethostbyname</function> example</title>
@@ -33,9 +33,15 @@
       </programlisting>
      </example>
     </para>
+   </refsect1>
+
+   <refsect1 role="seealso">
+    &reftitle.seealso;
     <para>
-     See also <function>gethostbyaddr</function>, and
-     <function>gethostbynamel</function>.
+     <simplelist>
+      <member><function>gethostbyaddr</function></member>
+      <member><function>gethostbynamel</function></member>
+     </simplelist>
     </para>
    </refsect1>
   </refentry>
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/network/functions/gethostbynamel.xml?r1=1.6&r2=1.7&diff_format=u
Index: phpdoc/en/reference/network/functions/gethostbynamel.xml
diff -u phpdoc/en/reference/network/functions/gethostbynamel.xml:1.6 
phpdoc/en/reference/network/functions/gethostbynamel.xml:1.7
--- phpdoc/en/reference/network/functions/gethostbynamel.xml:1.6        Fri Aug 
20 16:01:37 2004
+++ phpdoc/en/reference/network/functions/gethostbynamel.xml    Wed Jan  3 
12:11:38 2007
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.6 $ -->
+<!-- $Revision: 1.7 $ -->
 <!-- splitted from ./en/functions/network.xml, last change in rev 1.2 -->
   <refentry id="function.gethostbynamel">
    <refnamediv>
@@ -9,8 +9,8 @@
      name
     </refpurpose>
    </refnamediv>
-   <refsect1>
-    <title>Description</title>
+   <refsect1 role="description">
+    &reftitle.description;
      <methodsynopsis>
       <type>array</type><methodname>gethostbynamel</methodname>
       
<methodparam><type>string</type><parameter>hostname</parameter></methodparam>
@@ -42,11 +42,18 @@
 ]]>
       </screen>
      </example>
+   </refsect1>
+
+   <refsect1 role="seealso">
+    &reftitle.seealso;
     <para>
-     See also <function>gethostbyname</function>,
-     <function>gethostbyaddr</function>,
-     <function>checkdnsrr</function>, <function>getmxrr</function>,
-     and the <literal>named(8)</literal> manual page.
+     <simplelist>
+      <member><function>gethostbyname</function></member>
+      <member><function>gethostbyaddr</function></member>
+      <member><function>checkdnsrr</function></member>
+      <member><function>getmxrr</function></member>
+      <member>the <literal>named(8)</literal> manual page</member>
+     </simplelist>
     </para>
    </refsect1>
   </refentry>

Reply via email to