Fixed typo: </parameters>, should have been </parameter>

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@105395 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Sara Golemon 2002-11-23 05:37:03 +00:00
parent e312f20472
commit 7d79ad8ab5

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.1 $ -->
<!-- $Revision: 1.2 $ -->
<refentry id="function.dns-get-record">
<refnamediv>
<refname>dns_get_record</refname>
@ -59,7 +59,7 @@
</para>
<simpara>
The optional third and fourth arguments to this function,
<parameter>authns</parameters> and <parameter>addtl</parameter>
<parameter>authns</parameter> and <parameter>addtl</parameter>
are passed by reference and, if given, will be populated with
Resource Records for the <emphasis>Authoritative Name Servers</emphasis>,
and any <emphasis>Additional Records</emphasis> respectively.