Change 12017 by jhi@alpha on 2001/09/14 13:50:08

        Subject: unterminated C<...> at line 426 in file perlport.pod
        From: "H.Merijn Brand" <[EMAIL PROTECTED]>
        Date: Fri, 14 Sep 2001 10:51:13 +0200
        Message-Id: <[EMAIL PROTECTED]>

Affected files ...

... //depot/perl/pod/perlport.pod#73 edit

Differences ...

==== //depot/perl/pod/perlport.pod#73 (text) ====
Index: perl/pod/perlport.pod
--- perl/pod/perlport.pod.~1~   Fri Sep 14 08:00:05 2001
+++ perl/pod/perlport.pod       Fri Sep 14 08:00:05 2001
@@ -423,7 +423,7 @@
 The Unix System V IPC (C<msg*(), sem*(), shm*()>) is not available
 even on all Unix platforms.
 
-Do not use either the bare result of C<pack("N", 10, 20, 30, 40)
+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
 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
End of Patch.

Reply via email to