This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
89918fb
)
unterminated C<...> at line 426 in file perlport.pod
author
H.Merijn Brand
<h.m.brand@xs4all.nl>
Fri, 14 Sep 2001 10:51:13 +0000
(12:51 +0200)
committer
Jarkko Hietaniemi
<jhi@iki.fi>
Fri, 14 Sep 2001 13:50:08 +0000
(13:50 +0000)
Message-Id: <
20010914103300
.4B59.H.M.BRAND@hccnet.nl>
p4raw-id: //depot/perl@12017
pod/perlport.pod
patch
|
blob
|
blame
|
history
diff --git
a/pod/perlport.pod
b/pod/perlport.pod
index
f8f17a1
..
48f8084
100644
(file)
--- 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