From: Abigail Date: Sun, 29 Apr 2001 03:14:25 +0000 (+0200) Subject: Doc fixes. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=f4315cfa2587f64466f29dc6226481e910d50166;p=p5sagit%2Fp5-mst-13.2.git Doc fixes. Message-ID: <20010429011425.24503.qmail@foad.org> p4raw-id: //depot/perl@9902 --- diff --git a/ext/IO/lib/IO/Seekable.pm b/ext/IO/lib/IO/Seekable.pm index d3dfa1e..95dd4d0 100644 --- a/ext/IO/lib/IO/Seekable.pm +++ b/ext/IO/lib/IO/Seekable.pm @@ -41,7 +41,7 @@ corresponding built-in functions: =over 4 -=item $io->setpos ( POS, WHENCE ) +=item $io->seek ( POS, WHENCE ) Seek the IO::File to position POS, relative to WHENCE: @@ -55,7 +55,7 @@ POS is absolute position. (Seek relative to the start of the file) 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)