eschmid Sun Nov 4 04:18:53 2001 EDT
Modified files:
/phpdoc/en/functions network.xml
Log:
Replaced a para.
Index: phpdoc/en/functions/network.xml
diff -u phpdoc/en/functions/network.xml:1.42 phpdoc/en/functions/network.xml:1.43
--- phpdoc/en/functions/network.xml:1.42 Sat Nov 3 13:47:13 2001
+++ phpdoc/en/functions/network.xml Sun Nov 4 04:18:53 2001
@@ -1,5 +1,5 @@
<?xml encoding="iso-8859-1"?>
-<!-- $Revision: 1.42 $ -->
+<!-- $Revision: 1.43 $ -->
<reference id="ref.network">
<title>Network Functions</title>
<titleabbrev>Network</titleabbrev>
@@ -526,9 +526,8 @@
result in negative integers, you need to use the "%u" formatter of
<function>sprintf</function> or <function>printf</function> to get
the string representation of the unsigned IP address.
+ </para>
</note>
- </para>
- <para>
This second example shows how to print a converted address with the
<function>printf</function> function :
<example>