betz Fri Aug 20 12:05:06 2004 EDT
Modified files: /phpdoc/en/reference/network/functions checkdnsrr.xml gethostbyaddr.xml gethostbyname.xml getmxrr.xml Log: see also's typo http://cvs.php.net/diff.php/phpdoc/en/reference/network/functions/checkdnsrr.xml?r1=1.7&r2=1.8&ty=u Index: phpdoc/en/reference/network/functions/checkdnsrr.xml diff -u phpdoc/en/reference/network/functions/checkdnsrr.xml:1.7 phpdoc/en/reference/network/functions/checkdnsrr.xml:1.8 --- phpdoc/en/reference/network/functions/checkdnsrr.xml:1.7 Fri Aug 6 15:39:06 2004 +++ phpdoc/en/reference/network/functions/checkdnsrr.xml Fri Aug 20 12:05:06 2004 @@ -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.checkdnsrr"> <refnamediv> @@ -27,7 +27,7 @@ PTR, CNAME, AAAA, A6, SRV, NAPTR or ANY. The default is MX. </simpara> <simpara> - <parameter>Host</parameter> may either be the IP address in + <parameter>host</parameter> may either be the IP address in dotted-quad notation or the host name. </simpara> <para> @@ -47,7 +47,8 @@ </note> </para> <simpara> - See also <function>getmxrr</function>, + See also <function>dns_get_record</function>, + <function>getmxrr</function>, <function>gethostbyaddr</function>, <function>gethostbyname</function>, <function>gethostbynamel</function>, and the named(8) manual http://cvs.php.net/diff.php/phpdoc/en/reference/network/functions/gethostbyaddr.xml?r1=1.6&r2=1.7&ty=u Index: phpdoc/en/reference/network/functions/gethostbyaddr.xml diff -u phpdoc/en/reference/network/functions/gethostbyaddr.xml:1.6 phpdoc/en/reference/network/functions/gethostbyaddr.xml:1.7 --- phpdoc/en/reference/network/functions/gethostbyaddr.xml:1.6 Mon Dec 15 11:52:20 2003 +++ phpdoc/en/reference/network/functions/gethostbyaddr.xml Fri Aug 20 12:05:06 2004 @@ -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.gethostbyaddr"> <refnamediv> @@ -34,7 +34,8 @@ </example> </para> <para> - See also <function>gethostbyname</function>. + See also <function>gethostbyname</function>, and + <function>gethostbynamel</function>. </para> </refsect1> </refentry> http://cvs.php.net/diff.php/phpdoc/en/reference/network/functions/gethostbyname.xml?r1=1.9&r2=1.10&ty=u Index: phpdoc/en/reference/network/functions/gethostbyname.xml diff -u phpdoc/en/reference/network/functions/gethostbyname.xml:1.9 phpdoc/en/reference/network/functions/gethostbyname.xml:1.10 --- phpdoc/en/reference/network/functions/gethostbyname.xml:1.9 Mon Dec 15 11:52:20 2003 +++ phpdoc/en/reference/network/functions/gethostbyname.xml Fri Aug 20 12:05:06 2004 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.9 $ --> +<!-- $Revision: 1.10 $ --> <!-- splitted from ./en/functions/network.xml, last change in rev 1.2 --> <refentry id="function.gethostbyname"> <refnamediv> @@ -34,7 +34,8 @@ </example> </para> <para> - See also <function>gethostbyaddr</function>. + See also <function>gethostbyaddr</function>, and + <function>gethostbynamel</function>. </para> </refsect1> </refentry> http://cvs.php.net/diff.php/phpdoc/en/reference/network/functions/getmxrr.xml?r1=1.10&r2=1.11&ty=u Index: phpdoc/en/reference/network/functions/getmxrr.xml diff -u phpdoc/en/reference/network/functions/getmxrr.xml:1.10 phpdoc/en/reference/network/functions/getmxrr.xml:1.11 --- phpdoc/en/reference/network/functions/getmxrr.xml:1.10 Wed Aug 18 15:32:57 2004 +++ phpdoc/en/reference/network/functions/getmxrr.xml Fri Aug 20 12:05:06 2004 @@ -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.getmxrr"> <refnamediv> @@ -51,6 +51,7 @@ </para> <simpara> See also <function>checkdnsrr</function>, + <function>dns_get_record</function>, <function>gethostbyname</function>, <function>gethostbynamel</function>, <function>gethostbyaddr</function>, and the