This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Remove one superfluous word in sysseek documentation.
authorJames E Keenan <jkeenan@cpan.org>
Sun, 6 Jan 2019 01:16:30 +0000 (20:16 -0500)
committerJames E Keenan <jkeenan@cpan.org>
Sun, 6 Jan 2019 01:16:30 +0000 (20:16 -0500)
pod/perlfunc.pod

index 664e2a3..7c37a0e 100644 (file)
@@ -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.