summaryrefslogtreecommitdiff
path: root/pod/perlpacktut.pod
diff options
context:
space:
mode:
authorLukas Mai <l.mai@web.de>2016-06-11 12:40:42 +0200
committerLukas Mai <l.mai@web.de>2016-06-11 12:40:42 +0200
commit5a0de58193409bae1e4b2ebb59c6d1af2c9b4f00 (patch)
treef15321e436a9358bd44b7a16820fd6f13552e99a /pod/perlpacktut.pod
parent016af03917eea80cc676de5e934ea517073e5976 (diff)
downloadperl-5a0de58193409bae1e4b2ebb59c6d1af2c9b4f00.tar.gz
pod/*: remove deprecated L<"section"> and L<section> syntax
Diffstat (limited to 'pod/perlpacktut.pod')
-rw-r--r--pod/perlpacktut.pod4
1 files changed, 2 insertions, 2 deletions
diff --git a/pod/perlpacktut.pod b/pod/perlpacktut.pod
index a710f20f3f..f40d1c2a93 100644
--- a/pod/perlpacktut.pod
+++ b/pod/perlpacktut.pod
@@ -459,7 +459,7 @@ or even:
and pass C<$buf> to your send routine. Some protocols demand that the
count should include the length of the count itself: then just add 4
-to the data length. (But make sure to read L<"Lengths and Widths"> before
+to the data length. (But make sure to read L</"Lengths and Widths"> before
you really code this!)
@@ -487,7 +487,7 @@ obviously works for C<E<lt>>, where the "little end" touches the code.
You will probably find these modifiers even more useful if you have
to deal with big- or little-endian C structures. Be sure to read
-L<"Packing and Unpacking C Structures"> for more on that.
+L</"Packing and Unpacking C Structures"> for more on that.
=head2 Floating point Numbers