summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames E Keenan <jkeenan@cpan.org>2019-01-05 20:16:30 -0500
committerJames E Keenan <jkeenan@cpan.org>2019-01-05 20:16:30 -0500
commitd586c8db9528182f19e2cca28ca3e6a38c65b9a8 (patch)
treebb3e6718749744aa76703ff5674038bb9733fdd4
parent8c165a32b7cc4f2a147a37c920a96f1b09b2386d (diff)
downloadperl-d586c8db9528182f19e2cca28ca3e6a38c65b9a8.tar.gz
Remove one superfluous word in sysseek documentation.
-rw-r--r--pod/perlfunc.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlfunc.pod b/pod/perlfunc.pod
index 664e2a3e0c..7c37a0e775 100644
--- a/pod/perlfunc.pod
+++ b/pod/perlfunc.pod
@@ -8731,7 +8731,7 @@ X<sysseek> X<lseek>
Sets FILEHANDLE's system position I<in bytes> using L<lseek(2)>. FILEHANDLE may
be an expression whose value gives the name of the filehandle. The values
-for WHENCE are C<0> to set the new position to POSITION; C<1> to set the it
+for WHENCE are C<0> to set the new position to POSITION; C<1> to set it
to the current position plus POSITION; and C<2> to set it to EOF plus
POSITION, typically negative.