From: Karl Williamson Date: Mon, 22 May 2017 21:07:56 +0000 (-0600) Subject: perldelta: Clarify seek() entry X-Git-Tag: v5.26.0-RC2~39 X-Git-Url: https://perl5.git.perl.org/perl5.git/commitdiff_plain/f9b6dffc4ebc7d6576a11564e05f3c6fb1e317b5 perldelta: Clarify seek() entry --- diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 5f9c26c..2850645 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -1188,7 +1188,7 @@ and L|perlfunc/evalbytes>. Clarified documentation of L|perlfunc/seek>, L|perlfunc/tell> and L|perlfunc/sysseek> -regarding that positions are in bytes vs. characters. +emphasizing that positions are in bytes and not characters. L<[perl #128607]|https://rt.perl.org/Public/Bug/Display.html?id=128607> =item *