Front page | perl.perl5.porters |
Postings from November 2000
[PATCH] IO::Seekable pod
From:
Nicholas Clark
Date:
November 9, 2000 14:41
Subject:
[PATCH] IO::Seekable pod
Message ID:
20001109202945.A10451@Bagpuss.unfortu.net
--- ext/IO/lib/IO/Seekable.pm.orig Tue Aug 1 03:31:40 2000
+++ ext/IO/lib/IO/Seekable.pm Thu Nov 9 20:27:27 2000
@@ -19,7 +19,7 @@
which allow seeking of the file descriptors.
If the C functions fgetpos() and fsetpos() are available, then
-C<$io-E<lt>getpos> returns an opaque value that represents the
+C<$io-E<gt>getpos> returns an opaque value that represents the
current position of the IO::File, and C<$io-E<gt>setpos(POS)> uses
that value to return to a previously visited position.
before patch it reads:
then "$io-<getpos" returns an opaque value that represents
the current position of the IO::File, and "$io->setÂ
Nicholas Clark
-
[PATCH] IO::Seekable pod
by Nicholas Clark