projects
/
platform
/
upstream
/
perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ca47a8c
)
perlfunc/gethostbyname: Add missing C in C<>
author
Father Chrysostomos
<sprout@cpan.org>
Sun, 28 Aug 2011 00:33:46 +0000
(17:33 -0700)
committer
Father Chrysostomos
<sprout@cpan.org>
Sun, 28 Aug 2011 00:46:08 +0000
(17:46 -0700)
pod/perlfunc.pod
patch
|
blob
|
history
diff --git
a/pod/perlfunc.pod
b/pod/perlfunc.pod
index
84afca8
..
f97e79a
100644
(file)
--- a/
pod/perlfunc.pod
+++ b/
pod/perlfunc.pod
@@
-2420,7
+2420,7
@@
you can write this:
$ip_address = inet_ntoa($packed_ip);
}
-Make sure <gethostbyname()> is called in SCALAR context and that
+Make sure
C
<gethostbyname()> is called in SCALAR context and that
its return value is checked for definedness.
If you get tired of remembering which element of the return list