Change 12019 by jhi@alpha on 2001/09/14 14:02:59
Subject: Re: unterminated C<...> at line 426 in file perlport.pod
From: Robin Barker <[EMAIL PROTECTED]>
Date: Fri, 14 Sep 2001 16:01:11 +0100 (BST)
Message-Id: <[EMAIL PROTECTED]>
Affected files ...
... //depot/perl/pod/perlport.pod#74 edit
Differences ...
==== //depot/perl/pod/perlport.pod#74 (text) ====
Index: perl/pod/perlport.pod
--- perl/pod/perlport.pod.~1~ Fri Sep 14 08:15:05 2001
+++ perl/pod/perlport.pod Fri Sep 14 08:15:05 2001
@@ -424,7 +424,7 @@
even on all Unix platforms.
Do not use either the bare result of C<pack("N", 10, 20, 30, 40)>
-or bare v-strings (such as C<v10.20.30.40>) or the to represent
+or bare v-strings (such as C<v10.20.30.40>) or to represent
IPv4 addresses: both forms just pack the four bytes into network order.
That this would be equal to the C language C<in_addr> struct (which is
what the socket code internally uses) is not guaranteed. To be
End of Patch.