svn: /pear/peardoc/trunk/en/package/networking/net-ipv6/ getnetmask.xml getnetmaskspec.xml getprefixlength.xml parseaddress.xml removeprefixlength.xml splitv64.xml
[email protected] (Alexander Merz) Mon, 13 Sep 2010 02:25:35 +0000
| Newsgroups | php.pear.doc |
|---|---|
| Message-ID | <[email protected]> |
alexmerz Mon, 13 Sep 2010 02:25:35 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=303305
Log:
Tab issues and fix id
Changed paths:
U pear/peardoc/trunk/en/package/networking/net-ipv6/getnetmask.xml
U pear/peardoc/trunk/en/package/networking/net-ipv6/getnetmaskspec.xml
U pear/peardoc/trunk/en/package/networking/net-ipv6/getprefixlength.xml
U pear/peardoc/trunk/en/package/networking/net-ipv6/parseaddress.xml
U pear/peardoc/trunk/en/package/networking/net-ipv6/removeprefixlength.xml
U pear/peardoc/trunk/en/package/networking/net-ipv6/splitv64.xml
Modified: pear/peardoc/trunk/en/package/networking/net-ipv6/getnetmask.xml
===================================================================
--- pear/peardoc/trunk/en/package/networking/net-ipv6/getnetmask.xml 2010-09-13 02:12:03 UTC (rev 303304)
+++ pear/peardoc/trunk/en/package/networking/net-ipv6/getnetmask.xml 2010-09-13 02:25:35 UTC (rev 303305)
@@ -39,13 +39,13 @@
</itemizedlist>
</para>
</refsection>
- <refsection xml:id="package.networking.net-ipv6..getnetmask.return">
+ <refsection xml:id="package.networking.net-ipv6.getnetmask.return">
&title.returns;
<para>
<parameter>string</parameter> - the network prefix
</para>
</refsection>
- <refsection xml:id="package.networking.net-ipv6..getnetmask.note">
+ <refsection xml:id="package.networking.net-ipv6.getnetmask.note">
&title.note;
¬e.canstatic;
<simpara>
Modified: pear/peardoc/trunk/en/package/networking/net-ipv6/getnetmaskspec.xml
===================================================================
--- pear/peardoc/trunk/en/package/networking/net-ipv6/getnetmaskspec.xml 2010-09-13 02:12:03 UTC (rev 303304)
+++ pear/peardoc/trunk/en/package/networking/net-ipv6/getnetmaskspec.xml 2010-09-13 02:25:35 UTC (rev 303305)
@@ -4,7 +4,7 @@
<refname>Net_IPv6::getNetmaskSpec()</refname>
<refpurpose>
Returns a possible existing netmask specification at an IP addresse.
- </refpurpose>
+ </refpurpose>
</refnamediv>
<refsynopsisdiv>
<funcsynopsis>
@@ -21,7 +21,7 @@
&title.desc;
<para>
Returns a possible existing netmask specification at an IP addresse.
- </para>
+ </para>
</refsection>
<refsection xml:id="package.networking.net-ipv6.getnetmaskspec.parameter">
&title.param;
Modified: pear/peardoc/trunk/en/package/networking/net-ipv6/getprefixlength.xml
===================================================================
--- pear/peardoc/trunk/en/package/networking/net-ipv6/getprefixlength.xml 2010-09-13 02:12:03 UTC (rev 303304)
+++ pear/peardoc/trunk/en/package/networking/net-ipv6/getprefixlength.xml 2010-09-13 02:25:35 UTC (rev 303305)
@@ -3,8 +3,8 @@
<refnamediv>
<refname>Net_IPv6::getPrefixLength()</refname>
<refpurpose>
- Tests for a prefix length specification in the address and returns the prefix length, if exists.
- </refpurpose>
+ Tests for a prefix length specification in the address and returns the prefix length, if exists.
+ </refpurpose>
</refnamediv>
<refsynopsisdiv>
<funcsynopsis>
@@ -12,7 +12,7 @@
require_once 'Net/IPv6.php';
</funcsynopsisinfo>
<funcprototype>
- <funcdef>string <function>Net_IPv6::getPrefixLength</function></funcdef>
+ <funcdef>mixed <function>Net_IPv6::getPrefixLength</function></funcdef>
<paramdef choice="req">string <parameter>$ip</parameter></paramdef>
</funcprototype>
</funcsynopsis>
@@ -21,7 +21,7 @@
&title.desc;
<para>
Tests for a prefix length specification in the address and returns the prefix length, if exists.
- </para>
+ </para>
</refsection>
<refsection xml:id="package.networking.net-ipv6.getprefixlength.parameter">
&title.param;
Modified: pear/peardoc/trunk/en/package/networking/net-ipv6/parseaddress.xml
===================================================================
--- pear/peardoc/trunk/en/package/networking/net-ipv6/parseaddress.xml 2010-09-13 02:12:03 UTC (rev 303304)
+++ pear/peardoc/trunk/en/package/networking/net-ipv6/parseaddress.xml 2010-09-13 02:25:35 UTC (rev 303305)
@@ -3,8 +3,8 @@
<refnamediv>
<refname>Net_IPv6::parseAddress()</refname>
<refpurpose>
- Returns the lowest and highest IPv6 address for a given IP and netmask specification
- </refpurpose>
+ Returns the lowest and highest IPv6 address for a given IP and netmask specification
+ </refpurpose>
</refnamediv>
<refsynopsisdiv>
<funcsynopsis>
@@ -21,15 +21,15 @@
<refsection xml:id="package.networking.net-ipv6.parseaddress.desc">
&title.desc;
<para>
- Returns the lowest and highest IPv6 address for a given IP and netmask specification.
- </para>
- <para>
- The netmask may be a part of the $ip or the number of netwask bits is provided via $bits.
- </para>
- <para>
- The result is an indexed array. The key 'start' contains the lowest possible IP adress.
- The key 'end' the highest address.
+ Returns the lowest and highest IPv6 address for a given IP and netmask specification.
</para>
+ <para>
+ The netmask may be a part of the $ip or the number of netwask bits is provided via $bits.
+ </para>
+ <para>
+ The result is an indexed array. The key 'start' contains the lowest possible IP adress.
+ The key 'end' the highest address.
+ </para>
</refsection>
<refsection xml:id="package.networking.net-ipv6.parseaddress.parameter">
&title.param;
@@ -52,7 +52,7 @@
&title.returns;
<para>
<parameter>array</parameter> - the key 'start' contains the lowest possible IP adress.
- The key 'end' the highest address.
+ The key 'end' the highest address.
</para>
</refsection>
<refsection xml:id="package.networking.net-ipv6.parseaddress.note">
Modified: pear/peardoc/trunk/en/package/networking/net-ipv6/removeprefixlength.xml
===================================================================
--- pear/peardoc/trunk/en/package/networking/net-ipv6/removeprefixlength.xml 2010-09-13 02:12:03 UTC (rev 303304)
+++ pear/peardoc/trunk/en/package/networking/net-ipv6/removeprefixlength.xml 2010-09-13 02:25:35 UTC (rev 303305)
@@ -4,7 +4,7 @@
<refname>Net_IPv6::removePrefixLength()</refname>
<refpurpose>
Tests for a prefix length specification in the address and removes the prefix length, if exists.
- </refpurpose>
+ </refpurpose>
</refnamediv>
<refsynopsisdiv>
<funcsynopsis>
@@ -21,7 +21,7 @@
&title.desc;
<para>
Tests for a prefix length specification in the address and removes the prefix length, if exists.
- </para>
+ </para>
</refsection>
<refsection xml:id="package.networking.net-ipv6.removeprefixlength.parameter">
&title.param;
Modified: pear/peardoc/trunk/en/package/networking/net-ipv6/splitv64.xml
===================================================================
--- pear/peardoc/trunk/en/package/networking/net-ipv6/splitv64.xml 2010-09-13 02:12:03 UTC (rev 303304)
+++ pear/peardoc/trunk/en/package/networking/net-ipv6/splitv64.xml 2010-09-13 02:25:35 UTC (rev 303305)
@@ -20,10 +20,10 @@
<para>
Splits an IPv6 address into the IPv6 and a possible IPv4-formated part.
<link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="&url.rfc;2373">RFC 2373</link> allows you to note the last
- two parts of an IPv6 address in the IPv4 address format.
+ two parts of an IPv6 address in the IPv4 address format:
<programlisting>
- 0:0:0:0:0:0:13.1.68.3
- 0:0:0:0:0:FFFF:129.144.52.38
+0:0:0:0:0:0:13.1.68.3
+0:0:0:0:0:FFFF:129.144.52.38
</programlisting>
</para>
</refsection>