summaryrefslogtreecommitdiff
path: root/pod/perlport.pod
diff options
context:
space:
mode:
authorH.Merijn Brand <h.m.brand@xs4all.nl>2001-09-14 12:51:13 +0200
committerJarkko Hietaniemi <jhi@iki.fi>2001-09-14 13:50:08 +0000
commitad75418a4f79eabba702cb2a993fc1295e75237e (patch)
tree06a8c9012b30aea7280c6842e04ca09f7f7be53b /pod/perlport.pod
parent89918fbd5abdf6d8fe6402e471a859ff336247c6 (diff)
downloadperl-ad75418a4f79eabba702cb2a993fc1295e75237e.tar.gz
unterminated C<...> at line 426 in file perlport.pod
Message-Id: <20010914103300.4B59.H.M.BRAND@hccnet.nl> p4raw-id: //depot/perl@12017
Diffstat (limited to 'pod/perlport.pod')
-rw-r--r--pod/perlport.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlport.pod b/pod/perlport.pod
index f8f17a1a7a..48f8084963 100644
--- a/pod/perlport.pod
+++ b/pod/perlport.pod
@@ -423,7 +423,7 @@ simple, platform-independent mailing.
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