Change 12350 by gsar@moonru on 2001/10/07 13:30:42
typo in IO::Seekable doc
Affected files ...
... //depot/maint-5.6/perl/ext/IO/lib/IO/Seekable.pm#3 edit
Differences ...
==== //depot/maint-5.6/perl/ext/IO/lib/IO/Seekable.pm#3 (text) ====
Index: perl/ext/IO/lib/IO/Seekable.pm
--- perl/ext/IO/lib/IO/Seekable.pm.~1~ Sun Oct 7 07:45:06 2001
+++ perl/ext/IO/lib/IO/Seekable.pm Sun Oct 7 07:45:06 2001
@@ -55,7 +55,7 @@
POS is an offset from the current position. (Seek relative to current)
-=item WHENCE=1 (SEEK_END)
+=item WHENCE=2 (SEEK_END)
POS is an offset from the end of the file. (Seek relative to end)
End of Patch.